Skip to main content

LODData

class ThaumielMapEditor.API.Data

Overview​

Properties​

NameTypeAccessDescription
BoundsVector3getGets the bounds of the ThaumielMapEditor.API.Data.LODData zone.
IndexUInt32getGets the index of this ThaumielMapEditor.API.Data.LODData within its schematic.
PrimitivesList<PrimitiveType>getGets 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.