Interface ICollisionIndex
Interface for collision index objects that provide identification and anchoring for collidable objects.
public interface ICollisionIndex : IGetCollidable, IMakeXmlSource
- Inherited Members
- Extension Methods
Properties
Anchor
Gets the anchor point for this collision index.
Anchor Anchor { get; }
Property Value
Key
Gets the unique identifier for this collision index.
string Key { get; }