Empeld
Empeld plugin documentation.
|
A read-write interface that represents a prefab object More...
Additional Inherited Members | |
Public Member Functions inherited from essentials.Prefabs.IReadonlyPrefab | |
bool | InBounds (int x, int y, int z) |
Returns whether or not a point is within the bounds of the prefab More... | |
bool | InBounds (Vector3i pt) |
Returns whether or not a point is within the bounds of the prefab More... | |
Properties inherited from essentials.Prefabs.IReadonlyPrefab | |
int | Width [get] |
The width of the prefab More... | |
int | Length [get] |
The length of the prefab More... | |
int | Height [get] |
The height of the prefab More... | |
Size3i | Size [get] |
The size of the prefab (width, length, height) More... | |
Vector3i | Center [get] |
The relative center coordinate of the prefab More... | |
A read-write interface that represents a prefab object