C# Class Axiom.Samples.CharacterSample.CharacterSample

Inheritance: SdkSample
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Свойство Type Description
chara SinbadCharacterController

Méthodes publiques

Méthode Description
CharacterSample ( ) : System.Collections.Generic
FrameEnded ( FrameEventArgs evt ) : bool
FrameRenderingQueued ( FrameEventArgs evt ) : bool

KeyPressed ( SharpInputSystem evt ) : bool

KeyReleased ( SharpInputSystem evt ) : bool

MouseMoved ( SharpInputSystem evt ) : bool

MousePressed ( SharpInputSystem evt, SharpInputSystem id ) : bool

Méthodes protégées

Méthode Description
CleanupContent ( ) : void
SetupContent ( ) : void

Method Details

CharacterSample() public méthode

public CharacterSample ( ) : System.Collections.Generic
Résultat System.Collections.Generic

CleanupContent() protected méthode

protected CleanupContent ( ) : void
Résultat void

FrameEnded() public méthode

public FrameEnded ( FrameEventArgs evt ) : bool
evt Axiom.Core.FrameEventArgs
Résultat bool

FrameRenderingQueued() public méthode

public FrameRenderingQueued ( FrameEventArgs evt ) : bool
evt Axiom.Core.FrameEventArgs
Résultat bool

KeyPressed() public méthode

public KeyPressed ( SharpInputSystem evt ) : bool
evt SharpInputSystem
Résultat bool

KeyReleased() public méthode

public KeyReleased ( SharpInputSystem evt ) : bool
evt SharpInputSystem
Résultat bool

MouseMoved() public méthode

public MouseMoved ( SharpInputSystem evt ) : bool
evt SharpInputSystem
Résultat bool

MousePressed() public méthode

public MousePressed ( SharpInputSystem evt, SharpInputSystem id ) : bool
evt SharpInputSystem
id SharpInputSystem
Résultat bool

SetupContent() protected méthode

protected SetupContent ( ) : void
Résultat void

Property Details

chara protected_oe property

protected SinbadCharacterController,Axiom.Samples.CharacterSample chara
Résultat SinbadCharacterController