C# 클래스 Project2.GameObjects.LevelPieces.EndZone

End zone piece contains a end zone object in the centre of a flat plane
상속: LevelPlane
파일 보기 프로젝트 열기: nuclearpidgeon/graphicsproj2

공개 프로퍼티들

프로퍼티 타입 설명
endGoal Project2.GameObjects.Abstract.ModelPhysicsObject

공개 메소드들

메소드 설명
EndZone ( Project2Game game, Level level, System.Vector3 position ) : System

메소드 상세

EndZone() 공개 메소드

public EndZone ( Project2Game game, Level level, System.Vector3 position ) : System
game Project2Game
level Level
position System.Vector3
리턴 System

프로퍼티 상세

endGoal 공개적으로 프로퍼티

public ModelPhysicsObject,Project2.GameObjects.Abstract endGoal
리턴 Project2.GameObjects.Abstract.ModelPhysicsObject