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

Inheritance: ICollisionShape
Afficher le fichier Open project: floAr/WarTornLands Class Usage Examples

Méthodes publiques

Méthode Description
AddCollisionShape ( ICollisionShape shape ) : void
CompoundCollisionShape ( ) : System
CompoundCollisionShape ( IEnumerable shapes ) : System

Method Details

AddCollisionShape() public méthode

public AddCollisionShape ( ICollisionShape shape ) : void
shape ICollisionShape
Résultat void

CompoundCollisionShape() public méthode

public CompoundCollisionShape ( ) : System
Résultat System

CompoundCollisionShape() public méthode

public CompoundCollisionShape ( IEnumerable shapes ) : System
shapes IEnumerable
Résultat System