Class CollidableStl
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
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()
Get ICollidable.
public ICollidable GetCollidable()
Returns
- ICollidable
The collidable object.
GetCollidee()
Get ICollidee.
public ICollidee GetCollidee()
Returns
GetTriTree()
Get TriTree.
public TriTree GetTriTree()