프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SetupInput | ConfigureInput |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
aniso | int | ||
camAccel | Vector3 | ||
camSpeed | float | ||
camVelocity | Vector3 | ||
camera | |||
cameraScale | float | ||
cameraVector | Vector3 | ||
debugText | string | ||
debugTextDelay | float | ||
engine | |||
filtering | TextureFiltering | ||
guiRenderer | CeGui.Renderer | ||
input | |||
keyboard | SharpInputSystem.Keyboard | ||
keypressDelay | float | ||
mouse | SharpInputSystem.Mouse | ||
rootGuiSheet | CeGui.GuiSheet | ||
scene | |||
showDebugOverlay | bool | ||
statDelay | float | ||
viewport | Axiom.Core.Viewport | ||
window | Axiom.Graphics.RenderWindow |
메소드 | 설명 | |
---|---|---|
ChooseSceneManager ( ) : void | ||
CreateCamera ( ) : void | ||
CreateScene ( ) : void |
|
|
CreateViewports ( ) : void | ||
Dispose ( ) : void | ||
Setup ( ) : bool | ||
SetupResources ( ) : void | ||
Start ( ) : void | ||
TechDemo ( ) : System |
메소드 | 설명 | |
---|---|---|
CreateGUI ( ) : void | ||
CreateResourceListener ( ) : void |
Optional override method where you can create resource listeners (e.g. for loading screens)
|
|
IfKeyPressed ( KeyCodes key, KeyPressCommand command ) : void | ||
IfKeyPressed ( KeyCodes key, float delay, KeyPressCommand command ) : void | ||
LoadResources ( ) : void |
Optional override method where you can perform resource group loading Must at least do ResourceGroupManager.Instance.InitializeAllResourceGroups(); |
|
OnFrameEnded ( object source, FrameEventArgs evt ) : void | ||
OnFrameRenderingQueued ( object source, FrameEventArgs evt ) : void | ||
OnFrameStarted ( object source, FrameEventArgs evt ) : void | ||
SetDebugText ( string text ) : void |
Show a text message on screen for two seconds.
|
|
SetDebugText ( string text, float delay ) : void |
Show a text message on screen for the specified amount of time.
|
|
ShowDebugOverlay ( bool show ) : void |
Shows the debug overlay, which displays performance statistics.
|
|
TakeScreenshot ( string fileName ) : void | ||
UpdateStats ( ) : void | ||
_setupInput ( ) : |
protected IfKeyPressed ( KeyCodes key, KeyPressCommand command ) : void | ||
key | KeyCodes | |
command | KeyPressCommand | |
리턴 | void |
protected IfKeyPressed ( KeyCodes key, float delay, KeyPressCommand command ) : void | ||
key | KeyCodes | |
delay | float | |
command | KeyPressCommand | |
리턴 | void |
protected OnFrameEnded ( object source, FrameEventArgs evt ) : void | ||
source | object | |
evt | FrameEventArgs | |
리턴 | void |
protected OnFrameRenderingQueued ( object source, FrameEventArgs evt ) : void | ||
source | object | |
evt | FrameEventArgs | |
리턴 | void |
protected OnFrameStarted ( object source, FrameEventArgs evt ) : void | ||
source | object | |
evt | FrameEventArgs | |
리턴 | void |
protected SetDebugText ( string text, float delay ) : void | ||
text | string | Text to show |
delay | float | Duration in seconds |
리턴 | void |
protected TakeScreenshot ( string fileName ) : void | ||
fileName | string | |
리턴 | void |