C# Class Project2.GameObjects.LevelPieces.EndZone

End zone piece contains a end zone object in the centre of a flat plane
Inheritance: LevelPlane
ファイルを表示 Open project: nuclearpidgeon/graphicsproj2

Public Properties

Property Type Description
endGoal Project2.GameObjects.Abstract.ModelPhysicsObject

Public Methods

Method Description
EndZone ( Project2Game game, Level level, System.Vector3 position ) : System

Method Details

EndZone() public method

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

Property Details

endGoal public_oe property

public ModelPhysicsObject,Project2.GameObjects.Abstract endGoal
return Project2.GameObjects.Abstract.ModelPhysicsObject