C# Class Spine.Example

Inheritance: Microsoft.Xna.Framework.Game
显示文件 Open project: EsotericSoftware/spine-runtimes Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Complete() public method

public Complete ( Spine.TrackEntry entry ) : void
entry Spine.TrackEntry
return void

Draw() protected method

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

End() public method

public End ( Spine.TrackEntry entry ) : void
entry Spine.TrackEntry
return void

Event() public method

public Event ( Spine.TrackEntry entry, Event e ) : void
entry Spine.TrackEntry
e Event
return void

Example() public method

public Example ( ) : System
return System

Initialize() protected method

protected Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

Start() public method

public Start ( Spine.TrackEntry entry ) : void
entry Spine.TrackEntry
return void

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() protected method

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