Empeld
Empeld plugin documentation.
essentials.Prefabs.IPrefab Interface Reference

A read-write interface that represents a prefab object More...

Inheritance diagram for essentials.Prefabs.IPrefab:
essentials.Prefabs.IReadonlyPrefab essentials.Prefabs.Prefab

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...
 

Detailed Description

A read-write interface that represents a prefab object


The documentation for this interface was generated from the following file: