VRage.Game.Components
MyUpdateOrder
Assembly: VRage.Game.dll
public enum MyUpdateOrder
Fields
| Member | Description |
|---|---|
| AfterSimulation | Should method UpdateAfterSimulation be called |
| BeforeSimulation | Should method UpdateBeforeSimulation be called |
| NoUpdate | None of update methods should be called |
| Simulation | Should method Simulate be called |