C# 클래스 World.GameActors.Tiles.ObstacleInteractable.Apple

상속: Fruit, IEatable
파일 보기 프로젝트 열기: GoodAI/BrainSimulator

공개 메소드들

메소드 설명
Apple ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
Apple ( int tileType, Vector2I position ) : VRageMath
Update ( IAtlas atlas, ITilesetTable table ) : void

비공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

Apple() 공개 메소드

public Apple ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
tilesetTable ITilesetTable
position Vector2I
리턴 VRageMath

Apple() 공개 메소드

public Apple ( int tileType, Vector2I position ) : VRageMath
tileType int
position Vector2I
리턴 VRageMath

Update() 공개 메소드

public Update ( IAtlas atlas, ITilesetTable table ) : void
atlas IAtlas
table ITilesetTable
리턴 void