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
Anchorcollidable
ICollidable
Properties
Anchor
public Anchor Anchor { get; set; }
Property Value
Collidable
public ICollidable Collidable { get; set; }
Property Value
Methods
GetAnchor()
Get key anchor. (i.e. root anchor)
public Anchor GetAnchor()
Returns
- Anchor
key anchor
GetCollidable()
Get ICollidable.
public ICollidable GetCollidable()
Returns
- ICollidable
The collidable object.
GetCollidableAnchor()
public Anchor GetCollidableAnchor()