C# 클래스 World.GameActors.GameObjects.GameObject

상속: GameActor, IGameObject
파일 보기 프로젝트 열기: GoodAI/BrainSimulator 1 사용 예제들

공개 메소드들

메소드 설명
GameObject ( string tilesetName, int tilesetID, string name ) : VRageMath
Inside ( IShape shape ) : bool
Intersects ( IShape shape ) : bool

메소드 상세

GameObject() 공개 메소드

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

Inside() 공개 메소드

public Inside ( IShape shape ) : bool
shape IShape
리턴 bool

Intersects() 공개 메소드

public Intersects ( IShape shape ) : bool
shape IShape
리턴 bool