ObjectListFlags

Description

[Flags]
enum Tinman.Engine.Components.ObjectListFlags

Automatic callback flags for objects in an ObjectList.

Public / Constants

None

public constant None → (0:int32)

Skip no calls.

GraphicsComponent

public constant GraphicsComponent → (1:int32)

Perform calls to IGraphicsComponent?

InputConsumer

public constant InputConsumer → (2:int32)

Perform calls to IInputConsumer?

InputConsumerEx

public constant InputConsumerEx → (4:int32)

Perform calls to IInputConsumerEx?

RenderPreparable

public constant RenderPreparable → (8:int32)

Perform calls to IRenderPreparable?

UpdateableFrameTime

public constant UpdateableFrameTime → (16:int32)

Perform calls to IUpdateableFrameTime?