C# Class ProjectCowTest.LiftObjectTestClass

Inheritance: ProjectCow.LiftObject
Afficher le fichier Open project: csce3513/Team12 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public IsInBeamRange ( Vector2 beamPosition, int beamWidth ) : bool
beamPosition Microsoft.Xna.Framework.Vector2
beamWidth int
Résultat bool

LiftObjectTestClass() public méthode

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

LoadContent() public méthode

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
Résultat void