The scene layer data type can be one of:
Constant | Description |
---|---|
Enums.SceneLayerDataTypeUnknown | (0) The type of the scene layer is unknown. |
Enums.SceneLayerDataTypeSceneObject | (1) The type of the scene layer is 3D scene objects. Examples of 3D are building, ground, etc. The geometry of the data is a mesh. |
Enums.SceneLayerDataTypePoint | (2) The type of the scene layer is point objects. |
Enums.SceneLayerDataTypeIntegratedMesh | (3) The type of the scene layer is an integrated mesh. |