C# Class WarTornLands.Entities.Modules.Collide.CollisionShape.CompoundCollisionShape

Inheritance: ICollisionShape
Show file Open project: floAr/WarTornLands Class Usage Examples

Public Methods

Method Description
AddCollisionShape ( ICollisionShape shape ) : void
CompoundCollisionShape ( ) : System
CompoundCollisionShape ( IEnumerable shapes ) : System

Method Details

AddCollisionShape() public method

public AddCollisionShape ( ICollisionShape shape ) : void
shape ICollisionShape
return void

CompoundCollisionShape() public method

public CompoundCollisionShape ( ) : System
return System

CompoundCollisionShape() public method

public CompoundCollisionShape ( IEnumerable shapes ) : System
shapes IEnumerable
return System