C# 클래스 Afterglow.Graphics.Examples.OpenTKSceneTestBase

상속: IScene
파일 보기 프로젝트 열기: Christof/afterglow

공개 메소드들

메소드 설명
Load ( ) : void

Loads the resources for this scene.

Render ( ) : void

Renders the scene.

Update ( IFrameInfo frameInfo ) : void

Updates the scene every frame.

비공개 메소드들

메소드 설명
AssertWithScreenshot ( ) : void
MainLoop ( ) : void
PeekMessage ( NativeMessage &message, IntPtr hwnd, uint messageFilterMin, uint messageFilterMax, uint flags ) : bool
Run ( ) : void
Setup ( ) : void
TearDown ( ) : void

메소드 상세

Load() 공개 추상적인 메소드

Loads the resources for this scene.
public abstract Load ( ) : void
리턴 void

Render() 공개 추상적인 메소드

Renders the scene.
public abstract Render ( ) : void
리턴 void

Update() 공개 추상적인 메소드

Updates the scene every frame.
public abstract Update ( IFrameInfo frameInfo ) : void
frameInfo IFrameInfo The frame info.
리턴 void