C# Class Project2.GameObjects.LevelPieces.TerrainEndZone

End zone piece contains a end zone object in the centre of a flat plane
Inheritance: Project2.GameObjects.Abstract.LevelPiece
Afficher le fichier Open project: nuclearpidgeon/graphicsproj2 Class Usage Examples

Méthodes publiques

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

Méthodes publiques

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

Method Details

TerrainEndZone() public méthode

public TerrainEndZone ( 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