Show / Hide Table of Contents

Class MyCubeGrid.UpdateQueue

Inheritance
System.Object
MyCubeGrid.UpdateQueue
Namespace: Sandbox.Game.Entities
Assembly: Sandbox.Game.dll
Syntax
public sealed class UpdateQueue : Enum

Fields

AfterSimulation

Declaration
public const MyCubeGrid.UpdateQueue AfterSimulation
Field Value
Type Description
MyCubeGrid.UpdateQueue

BeforeSimulation

Declaration
public const MyCubeGrid.UpdateQueue BeforeSimulation
Field Value
Type Description
MyCubeGrid.UpdateQueue

Invalid

Declaration
public const MyCubeGrid.UpdateQueue Invalid
Field Value
Type Description
MyCubeGrid.UpdateQueue

OnceAfterSimulation

Declaration
public const MyCubeGrid.UpdateQueue OnceAfterSimulation
Field Value
Type Description
MyCubeGrid.UpdateQueue

OnceBeforeSimulation

Declaration
public const MyCubeGrid.UpdateQueue OnceBeforeSimulation
Field Value
Type Description
MyCubeGrid.UpdateQueue

QueueCount

Declaration
public const MyCubeGrid.UpdateQueue QueueCount
Field Value
Type Description
MyCubeGrid.UpdateQueue

value__

Declaration
public byte value__
Field Value
Type Description
System.Byte

Extension Methods

MyCubeGridUpdateQueueExtensions.IsExecutedOnce(MyCubeGrid.UpdateQueue)
MyCubeGridUpdateQueueExtensions.IsBeforeSimulation(MyCubeGrid.UpdateQueue)
MyCubeGridUpdateQueueExtensions.IsAfterSimulation(MyCubeGrid.UpdateQueue)
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾