C# Class Spine.Example

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: EsotericSoftware/spine-runtimes Class Usage Examples

Méthodes publiques

Méthode Description
Complete ( Spine.TrackEntry entry ) : void
End ( Spine.TrackEntry entry ) : void
Event ( Spine.TrackEntry entry, Event e ) : void
Example ( ) : System
Start ( Spine.TrackEntry entry ) : void

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Complete() public méthode

public Complete ( Spine.TrackEntry entry ) : void
entry Spine.TrackEntry
Résultat void

Draw() protected méthode

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

End() public méthode

public End ( Spine.TrackEntry entry ) : void
entry Spine.TrackEntry
Résultat void

Event() public méthode

public Event ( Spine.TrackEntry entry, Event e ) : void
entry Spine.TrackEntry
e Event
Résultat void

Example() public méthode

public Example ( ) : System
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Start() public méthode

public Start ( Spine.TrackEntry entry ) : void
entry Spine.TrackEntry
Résultat void

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void

Update() protected méthode

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