C# Class GameEntities.GameCharacter

Inheritance: Character
Afficher le fichier Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Méthodes protégées

Méthode Description
OnJump ( ) : void
OnPostCreate ( bool loaded ) : void

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

OnUpdateBaseAnimation ( ) : void

Method Details

OnJump() protected méthode

protected OnJump ( ) : void
Résultat void

OnPostCreate() protected méthode

Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).
protected OnPostCreate ( bool loaded ) : void
loaded bool
Résultat void

OnUpdateBaseAnimation() protected méthode

protected OnUpdateBaseAnimation ( ) : void
Résultat void