This interface defines standard methods which custom classes can implement to provide a standard method of getting the bounds of an object. Adapter Components are provided to allow standard unity components that do not implement this interface, to adapt/bridge the default component into one.
Properties | |
| Bounds | bounds [get] |
| local bounds of object. | |
| Transform | transform [get] |
| reference to the Transform of this object. Used when providing the bounds relative to another transform in the hierarchy. | |
Inheritance diagram for IGraphicsBounds: