C# Class Project2.GameObjects.PhysicsPuzzles.EndGoal

Inheritance: Project2.GameObjects.Abstract.PhysicsPuzzle
Show file Open project: nuclearpidgeon/graphicsproj2 Class Usage Examples

Public Properties

Property Type Description
obelisk Project2.GameObjects.Abstract.ModelPhysicsObject

Public Methods

Method Description
EndGoal ( Project2Game game, LevelPiece levelPiece, System.Vector3 offset ) : System

Method Details

EndGoal() public method

public EndGoal ( Project2Game game, LevelPiece levelPiece, System.Vector3 offset ) : System
game Project2Game
levelPiece Project2.GameObjects.Abstract.LevelPiece
offset System.Vector3
return System

Property Details

obelisk public property

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