C# Class Project2.GameObjects.LevelPieces.EndZone

End zone piece contains a end zone object in the centre of a flat plane
Inheritance: LevelPlane
Afficher le fichier Open project: nuclearpidgeon/graphicsproj2

Méthodes publiques

Свойство Type Description
endGoal Project2.GameObjects.Abstract.ModelPhysicsObject

Méthodes publiques

Méthode Description
EndZone ( Project2Game game, Level level, System.Vector3 position ) : System

Method Details

EndZone() public méthode

public EndZone ( Project2Game game, Level level, System.Vector3 position ) : System
game Project2Game
level Level
position System.Vector3
Résultat System

Property Details

endGoal public_oe property

public ModelPhysicsObject,Project2.GameObjects.Abstract endGoal
Résultat Project2.GameObjects.Abstract.ModelPhysicsObject