C# Class Prism.TMain

Inheritance: Terraria.Main
显示文件 Open project: TerrariaPrismTeam/Prism Class Usage Examples

Protected Methods

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

Private Methods

Method Description
ApplyHotfixes ( ) : void

For those hooks and stuff we just don't have yet...

HookWrappedMethods ( ) : void
OnDrawBackground ( Terraria.Main m ) : void
OnPostScreenClear ( ) : void
OnPreDraw ( SpriteBatch sb ) : void
OnUpdateKeyboard ( Terraria.Main _, GameTime __ ) : void
PlayHitSound ( Terraria.NPC n ) : void
PlayKilledSound ( Terraria.NPC n ) : void
PlayUseSound ( Item i, Player p ) : void
TMain ( ) : System

Method Details

Draw() protected method

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

Initialize() protected method

protected Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() protected method

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