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