Class MyUpdateOrder
Inheritance
System.Object
MyUpdateOrder
Namespace: VRage.Game.Components
Assembly: VRage.Game.dll
Syntax
public sealed class MyUpdateOrder : Enum
Fields
AfterSimulation
Should method UpdateAfterSimulation be called
Declaration
public const MyUpdateOrder AfterSimulation
Field Value
Type | Description |
---|---|
MyUpdateOrder |
BeforeSimulation
Should method UpdateBeforeSimulation be called
Declaration
public const MyUpdateOrder BeforeSimulation
Field Value
Type | Description |
---|---|
MyUpdateOrder |
NoUpdate
None of update methods should be called
Declaration
public const MyUpdateOrder NoUpdate
Field Value
Type | Description |
---|---|
MyUpdateOrder |
Simulation
Should method Simulate be called
Declaration
public const MyUpdateOrder Simulation
Field Value
Type | Description |
---|---|
MyUpdateOrder |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |