PrefabCollidersData
ThaumielMapEditor.API.Data
Overview​
Properties​
| Name | Type | Access | Description |
|---|---|---|---|
Colliders | IEnumerable<ColliderData> | get | Gets the collection of ThaumielMapEditor.API.Data.ColliderData instances associated with this prefab. |
Prefab | GameObject | get | Gets 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.