C# Class TiaraFramework.Component.SpriteManager

Inheritance: Microsoft.Xna.Framework.GameComponent
Afficher le fichier Open project: TiaraGames/TiaraFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
MgrPosition Vector2
StageBase Stage

Méthodes publiques

Méthode Description
Add ( ASprite sprite ) : void
GetEnumerator ( ) : Enumerator
Initialize ( ) : void
Remove ( ASprite sprite ) : bool
RemoveAll ( ) : void
RemoveAt ( int index ) : bool
SpriteManager ( Microsoft.Xna.Framework.Game game, Stage stageBase ) : System
Update ( GameTime gameTime ) : void
Zoom ( Vector2 Anchor, Vector2 Scale ) : void

Hasn't been completed.

this ( int index ) : ASprite

Private Methods

Méthode Description
addSlave ( ASprite slave ) : void

Method Details

Add() public méthode

public Add ( ASprite sprite ) : void
sprite ASprite
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : Enumerator
Résultat Enumerator

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Remove() public méthode

public Remove ( ASprite sprite ) : bool
sprite ASprite
Résultat bool

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : bool
index int
Résultat bool

SpriteManager() public méthode

public SpriteManager ( Microsoft.Xna.Framework.Game game, Stage stageBase ) : System
game Microsoft.Xna.Framework.Game
stageBase Stage
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Zoom() public méthode

Hasn't been completed.
public Zoom ( Vector2 Anchor, Vector2 Scale ) : void
Anchor Vector2
Scale Vector2
Résultat void

this() public méthode

public this ( int index ) : ASprite
index int
Résultat ASprite

Property Details

MgrPosition public_oe property

public Vector2 MgrPosition
Résultat Vector2

StageBase public_oe property

public Stage,TiaraFramework.Component StageBase
Résultat Stage