Interface IAnchoredCollidableBased
Interface for objects that are based on anchored collidable nodes.
public interface IAnchoredCollidableBased
- Extension Methods
Properties
CollidableName
Gets the name of the collidable object.
string CollidableName { get; }
Property Value
Methods
GetAnchoredCollidableNode()
Gets the anchored collidable node associated with this object.
IAnchoredCollidableNode GetAnchoredCollidableNode()
Returns
- IAnchoredCollidableNode
The anchored collidable node.