C# Class CrisisAtSwissStation.SeeSawObject

Inheritance: BoxObject
Mostra file Open project: danielpcox/Crisis-at-Swiss-Station

Public Methods

Method Description
SeeSawObject ( World world, string myTexturePath, float myScale, Vector2 myPosition ) : System
Update ( CASSWorld world, float dt ) : void
reloadNonSerializedAssets ( ) : void

Method Details

SeeSawObject() public method

public SeeSawObject ( World world, string myTexturePath, float myScale, Vector2 myPosition ) : System
world Box2DX.Dynamics.World
myTexturePath string
myScale float
myPosition Vector2
return System

Update() public method

public Update ( CASSWorld world, float dt ) : void
world CASSWorld
dt float
return void

reloadNonSerializedAssets() public method

public reloadNonSerializedAssets ( ) : void
return void