Table of Contents

Class AnchoredCollidabled

Namespace
Hi.Collisions
Assembly
HiMech.dll
public class AnchoredCollidabled : IAnchoredCollidabled, IGetCollidable, IGetAnchor, IGetTopoIndex
Inheritance
AnchoredCollidabled
Implements
Inherited Members
Extension Methods

Constructors

AnchoredCollidabled()

public AnchoredCollidabled()

AnchoredCollidabled(Anchor, ICollidable)

public AnchoredCollidabled(Anchor anchor, ICollidable collidable)

Parameters

anchor Anchor
collidable ICollidable

Properties

Anchor

public Anchor Anchor { get; set; }

Property Value

Anchor

Collidable

public ICollidable Collidable { get; set; }

Property Value

ICollidable

Methods

GetAnchor()

Get key anchor. (i.e. root anchor)

public Anchor GetAnchor()

Returns

Anchor

key anchor

GetCollidable()

public ICollidable GetCollidable()

Returns

ICollidable

The collidable object.

GetCollidableAnchor()

public Anchor GetCollidableAnchor()

Returns

Anchor