C# Class GameEntities.GameCharacter

Inheritance: Character
Mostrar archivo Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Protected Methods

Method Description
OnJump ( ) : void
OnPostCreate ( bool loaded ) : void

Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).

OnUpdateBaseAnimation ( ) : void

Method Details

OnJump() protected method

protected OnJump ( ) : void
return void

OnPostCreate() protected method

Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).
protected OnPostCreate ( bool loaded ) : void
loaded bool
return void

OnUpdateBaseAnimation() protected method

protected OnUpdateBaseAnimation ( ) : void
return void