C# Class Axiom.Samples.CharacterSample.CharacterSample

Inheritance: SdkSample
Show file Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Property Type Description
chara SinbadCharacterController

Public Methods

Method 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

Protected Methods

Method Description
CleanupContent ( ) : void
SetupContent ( ) : void

Method Details

CharacterSample() public method

public CharacterSample ( ) : System.Collections.Generic
return System.Collections.Generic

CleanupContent() protected method

protected CleanupContent ( ) : void
return void

FrameEnded() public method

public FrameEnded ( FrameEventArgs evt ) : bool
evt Axiom.Core.FrameEventArgs
return bool

FrameRenderingQueued() public method

public FrameRenderingQueued ( FrameEventArgs evt ) : bool
evt Axiom.Core.FrameEventArgs
return bool

KeyPressed() public method

public KeyPressed ( SharpInputSystem evt ) : bool
evt SharpInputSystem
return bool

KeyReleased() public method

public KeyReleased ( SharpInputSystem evt ) : bool
evt SharpInputSystem
return bool

MouseMoved() public method

public MouseMoved ( SharpInputSystem evt ) : bool
evt SharpInputSystem
return bool

MousePressed() public method

public MousePressed ( SharpInputSystem evt, SharpInputSystem id ) : bool
evt SharpInputSystem
id SharpInputSystem
return bool

SetupContent() protected method

protected SetupContent ( ) : void
return void

Property Details

chara protected property

protected SinbadCharacterController,Axiom.Samples.CharacterSample chara
return SinbadCharacterController