C# Class TugOfBaby.GameObjectManager

Afficher le fichier Open project: martinvium/ngj2012 Class Usage Examples

Méthodes publiques

Méthode Description
DespawnItems ( ) : void
DespawnItems ( List gameObjects ) : void
GameObjectManager ( World world, RenderManager renderMan, EffectManager effectManager ) : System
GetAll ( ) : List
GetAngel ( ) : GameObject
GetBaby ( ) : GameObject
GetDevil ( ) : GameObject
GetFemaleBunny ( ) : GameObject
GetItem ( RenderManager _type ) : GameObject
GetReaper ( ) : GameObject
IsFlipped ( GameObject gameObject ) : bool
SpawnItems ( ) : void
StartBunnyBoss ( ) : void
Update ( ) : void

Private Methods

Méthode Description
GetBase ( ) : GameObject
GetRandom ( int min, int max ) : int
OnCollision ( Fixture fixtureA, Fixture fixtureB, Contact contact ) : bool
OnItemCollision ( Fixture player, Fixture fixtureB, Contact contact ) : bool
OnReaperCollision ( Fixture Reaper, Fixture player, Contact contact ) : bool
RandomPlace ( ) : Vector2
getCircle ( float radius, GameObject _gameobject ) : Body

Method Details

DespawnItems() public méthode

public DespawnItems ( ) : void
Résultat void

DespawnItems() public méthode

public DespawnItems ( List gameObjects ) : void
gameObjects List
Résultat void

GameObjectManager() public méthode

public GameObjectManager ( World world, RenderManager renderMan, EffectManager effectManager ) : System
world FarseerPhysics.Dynamics.World
renderMan RenderManager
effectManager EffectManager
Résultat System

GetAll() public méthode

public GetAll ( ) : List
Résultat List

GetAngel() public méthode

public GetAngel ( ) : GameObject
Résultat GameObject

GetBaby() public méthode

public GetBaby ( ) : GameObject
Résultat GameObject

GetDevil() public méthode

public GetDevil ( ) : GameObject
Résultat GameObject

GetFemaleBunny() public méthode

public GetFemaleBunny ( ) : GameObject
Résultat GameObject

GetItem() public méthode

public GetItem ( RenderManager _type ) : GameObject
_type RenderManager
Résultat GameObject

GetReaper() public méthode

public GetReaper ( ) : GameObject
Résultat GameObject

IsFlipped() public méthode

public IsFlipped ( GameObject gameObject ) : bool
gameObject GameObject
Résultat bool

SpawnItems() public méthode

public SpawnItems ( ) : void
Résultat void

StartBunnyBoss() public méthode

public StartBunnyBoss ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void