Table of Contents

Class CollidableStl

Namespace
Hi.Collision
Assembly
HiCbtr.dll

Collidable Stl.

public class CollidableStl : IDisposable, IGetTriTree, ICollidable, IGetCollidable
Inheritance
CollidableStl
Implements
Inherited Members
Extension Methods

Constructors

CollidableStl(IGetStl)

Ctor.

public CollidableStl(IGetStl iGetStl)

Parameters

iGetStl IGetStl

Properties

CollisionFlag

Gets or sets the collision flag.

public CollisionFlag CollisionFlag { get; set; }

Property Value

CollisionFlag

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

GetCollidable()

public ICollidable GetCollidable()

Returns

ICollidable

The collidable object.

GetCollidee()

Get ICollidee.

public ICollidee GetCollidee()

Returns

ICollidee

ICollidee

GetTriTree()

Get TriTree.

public TriTree GetTriTree()

Returns

TriTree

TriTree