Interface IMyParallelUpdateable
Interface that must be implemented by any entity that supports parallel updates.
Inherited Members
Namespace: Sandbox.Game.Entities
Assembly: Sandbox.Game.dll
Syntax
public interface IMyParallelUpdateable : IMyEntity, IMyEntity
Properties
UpdateFlags
Declaration
MyParallelUpdateFlags UpdateFlags { get; }
Property Value
Type | Description |
---|---|
MyParallelUpdateFlags |
Methods
UpdateAfterSimulationParallel()
Declaration
void UpdateAfterSimulationParallel()
UpdateBeforeSimulationParallel()
Declaration
void UpdateBeforeSimulationParallel()