Interface IAnchoredCollidableLeaf
Interface for leaf nodes in the anchored collidable hierarchy. A leaf node represents a collidable object that doesn't contain other collidable objects.
public interface IAnchoredCollidableLeaf : IAnchoredCollidableNode, IAnchoredCollidableBased, ICollidable
- Inherited Members
- Extension Methods
Methods
GetCollidableAnchor()
Gets the anchor associated with this collidable leaf.
Anchor GetCollidableAnchor()
Returns
- Anchor
The anchor for this collidable leaf.