Table of Contents

Interface IAnchoredCollidableBased

Namespace
Hi.Collision
Assembly
HiMech.dll

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

string

Methods

GetAnchoredCollidableNode()

Gets the anchored collidable node associated with this object.

IAnchoredCollidableNode GetAnchoredCollidableNode()

Returns

IAnchoredCollidableNode

The anchored collidable node.