C# Class ProjectCowTest.LiftObjectTestClass

Inheritance: ProjectCow.LiftObject
Mostrar archivo Open project: csce3513/Team12 Class Usage Examples

Public Methods

Method Description
IsInBeamRange ( Vector2 beamPosition, int beamWidth ) : bool
LiftObjectTestClass ( Vector2 position, float resistance, GameObjectsManager manager ) : Microsoft.Xna.Framework
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void

Method Details

IsInBeamRange() public method

public IsInBeamRange ( Vector2 beamPosition, int beamWidth ) : bool
beamPosition Microsoft.Xna.Framework.Vector2
beamWidth int
return bool

LiftObjectTestClass() public method

public LiftObjectTestClass ( Vector2 position, float resistance, GameObjectsManager manager ) : Microsoft.Xna.Framework
position Microsoft.Xna.Framework.Vector2
resistance float
manager ProjectCow.GameObjectsManager
return Microsoft.Xna.Framework

LoadContent() public method

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
return void