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)

Decal imagery is present.

See also

IImage

Model

public constant Model → (2:int32)

3D model data is present.

See also

IModel

Pyramid

public constant Pyramid → (4:int32)

Pyramid data is present.

See also

IPixelPyramid

PyramidShape

public constant PyramidShape → (8:int32)

Pyramid shape data is present.

Raster

public constant Raster → (16:int32)

Raster data is present.

See also

IHeightmap

RasterShape

public constant RasterShape → (32:int32)

Raster shape data is present.

See also

HeightmapShape

SceneEntity

public constant SceneEntity → (64:int32)

Scene entity data is present.

See also

ISceneEntity