Table of Contents

Interface ICollisionIndex

Namespace
Hi.Collision
Assembly
HiMech.dll

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

Anchor

Key

Gets the unique identifier for this collision index.

string Key { get; }

Property Value

string