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

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

공개 메소드들

메소드 설명
DynamicTexture ( ) : System
FrameRenderingQueued ( FrameEventArgs evt ) : bool
MousePressed ( SharpInputSystem evt, SharpInputSystem id ) : bool
MouseReleased ( SharpInputSystem evt, SharpInputSystem id ) : bool

보호된 메소드들

메소드 설명
CleanupContent ( ) : void

SetupContent ( ) : void

비공개 메소드들

메소드 설명
UpdateTexture ( byte freezeAmount ) : void

메소드 상세

CleanupContent() 보호된 메소드

protected CleanupContent ( ) : void
리턴 void

DynamicTexture() 공개 메소드

public DynamicTexture ( ) : System
리턴 System

FrameRenderingQueued() 공개 메소드

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

MousePressed() 공개 메소드

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

MouseReleased() 공개 메소드

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

SetupContent() 보호된 메소드

protected SetupContent ( ) : void
리턴 void