C# 클래스 Axiom.Samples.CharacterSample.CharacterSample

상속: SdkSample
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
chara SinbadCharacterController

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CleanupContent ( ) : void
SetupContent ( ) : void

메소드 상세

CharacterSample() 공개 메소드

public CharacterSample ( ) : System.Collections.Generic
리턴 System.Collections.Generic

CleanupContent() 보호된 메소드

protected CleanupContent ( ) : void
리턴 void

FrameEnded() 공개 메소드

public FrameEnded ( FrameEventArgs evt ) : bool
evt Axiom.Core.FrameEventArgs
리턴 bool

FrameRenderingQueued() 공개 메소드

public FrameRenderingQueued ( FrameEventArgs evt ) : bool
evt Axiom.Core.FrameEventArgs
리턴 bool

KeyPressed() 공개 메소드

public KeyPressed ( SharpInputSystem evt ) : bool
evt SharpInputSystem
리턴 bool

KeyReleased() 공개 메소드

public KeyReleased ( SharpInputSystem evt ) : bool
evt SharpInputSystem
리턴 bool

MouseMoved() 공개 메소드

public MouseMoved ( SharpInputSystem evt ) : bool
evt SharpInputSystem
리턴 bool

MousePressed() 공개 메소드

public MousePressed ( SharpInputSystem evt, SharpInputSystem id ) : bool
evt SharpInputSystem
id SharpInputSystem
리턴 bool

SetupContent() 보호된 메소드

protected SetupContent ( ) : void
리턴 void

프로퍼티 상세

chara 보호되어 있는 프로퍼티

protected SinbadCharacterController,Axiom.Samples.CharacterSample chara
리턴 SinbadCharacterController