LODData
ThaumielMapEditor.API.Data
Overview​
Properties​
| Name | Type | Access | Description |
|---|---|---|---|
Bounds | Vector3 | get | Gets the bounds of the ThaumielMapEditor.API.Data.LODData zone. |
Index | UInt32 | get | Gets the index of this ThaumielMapEditor.API.Data.LODData within its schematic. |
Primitives | List<PrimitiveType> | get | Gets the list of UnityEngine.PrimitiveTypes that will be spawned and despawned as players enter and exit this zone. |
Properties​
Bounds​
Type: Vector3 Access: get
Gets the bounds of the ThaumielMapEditor.API.Data.LODData zone.
Index​
Type: UInt32 Access: get
Gets the index of this ThaumielMapEditor.API.Data.LODData within its schematic.
Primitives​
Type: List<PrimitiveType> Access: get
Gets the list of UnityEngine.PrimitiveTypes that will be spawned and despawned as players enter and exit this zone.