C# Class World.GameActors.GameObjects.GameObject

Inheritance: GameActor, IGameObject
ファイルを表示 Open project: GoodAI/BrainSimulator Class Usage Examples

Public Methods

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

Method Details

GameObject() public method

public GameObject ( string tilesetName, int tilesetID, string name ) : VRageMath
tilesetName string
tilesetID int
name string
return VRageMath

Inside() public method

public Inside ( IShape shape ) : bool
shape IShape
return bool

Intersects() public method

public Intersects ( IShape shape ) : bool
shape IShape
return bool