C# Class World.GameActors.GameObjects.GameObject

Inheritance: GameActor, IGameObject
Afficher le fichier Open project: GoodAI/BrainSimulator Class Usage Examples

Méthodes publiques

Méthode Description
GameObject ( string tilesetName, int tilesetID, string name ) : VRageMath
Inside ( IShape shape ) : bool
Intersects ( IShape shape ) : bool

Method Details

GameObject() public méthode

public GameObject ( string tilesetName, int tilesetID, string name ) : VRageMath
tilesetName string
tilesetID int
name string
Résultat VRageMath

Inside() public méthode

public Inside ( IShape shape ) : bool
shape IShape
Résultat bool

Intersects() public méthode

public Intersects ( IShape shape ) : bool
shape IShape
Résultat bool