C# Class TiaraFramework.Component.SpriteManager

Inheritance: Microsoft.Xna.Framework.GameComponent
Show file Open project: TiaraGames/TiaraFramework Class Usage Examples

Public Properties

Property Type Description
MgrPosition Vector2
StageBase Stage

Public Methods

Method 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

Method Description
addSlave ( ASprite slave ) : void

Method Details

Add() public method

public Add ( ASprite sprite ) : void
sprite ASprite
return void

GetEnumerator() public method

public GetEnumerator ( ) : Enumerator
return Enumerator

Initialize() public method

public Initialize ( ) : void
return void

Remove() public method

public Remove ( ASprite sprite ) : bool
sprite ASprite
return bool

RemoveAll() public method

public RemoveAll ( ) : void
return void

RemoveAt() public method

public RemoveAt ( int index ) : bool
index int
return bool

SpriteManager() public method

public SpriteManager ( Microsoft.Xna.Framework.Game game, Stage stageBase ) : System
game Microsoft.Xna.Framework.Game
stageBase Stage
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Zoom() public method

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

this() public method

public this ( int index ) : ASprite
index int
return ASprite

Property Details

MgrPosition public property

public Vector2 MgrPosition
return Vector2

StageBase public property

public Stage,TiaraFramework.Component StageBase
return Stage