SceneDataFlags

Description

[Flags]
enum Tinman.Engine.Scenes.Data.SceneDataFlags

Enumeration of flags that indicate which data items are present in ISceneDataNode and ISceneDataContent objects.

Public / Constants

None

public constant None → (0:int32)

No data item is present.

Decal

public constant Decal → (1:int32)

The decal imagery is present.

Entity

public constant Entity → (2:int32)

The scene entity data is present.

Model

public constant Model → (4:int32)

The 3D model is present.

Pyramid

public constant Pyramid → (8:int32)

The pyramid data is present.

PyramidShape

public constant PyramidShape → (16:int32)

The pyramid shape data is present.

Raster

public constant Raster → (32:int32)

The raster data is present.

RasterShape

public constant RasterShape → (64:int32)

The raster shape data is present.