Skip to main content

PrefabCollidersData

class ThaumielMapEditor.API.Data

Overview​

Properties​

NameTypeAccessDescription
CollidersIEnumerable<ColliderData>getGets the collection of ThaumielMapEditor.API.Data.ColliderData instances associated with this prefab.
PrefabGameObjectgetGets the prefab this collider data belongs to.

Properties​

Colliders​

Type: IEnumerable<ColliderData> Access: get

Gets the collection of ThaumielMapEditor.API.Data.ColliderData instances associated with this prefab.


Prefab​

Type: GameObject Access: get

Gets the prefab this collider data belongs to.