HPL3/SOMA/Scripting/cViewport
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
cViewport has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
void |
AddGuiSet | cGuiSet@ apSet |
|
void |
AddRendererCallback | iRendererCallback@ apCallback |
|
void |
AddViewportCallback | iViewportCallback@ apCallback |
|
cCamera@ |
GetCamera | ||
iFrameBuffer@ |
GetFrameBuffer | ||
const cVector2l& |
GetPosition | ||
cPostEffectComposite@ |
GetPostEffectComposite | ||
iRenderer@ |
GetRenderer | ||
cRenderSettings@ |
GetRenderSettings | ||
const cVector2l& |
GetSize | ||
cPostEffect_ToneMapping@ |
GetToneMappingEffect | ||
cWorld@ |
GetWorld | ||
bool |
IsActive | ||
bool |
IsListener | ||
bool |
IsVisible | ||
void |
RemoveGuiSet | cGuiSet@ apSet |
|
void |
RemoveRendererCallback | iRendererCallback@ apCallback |
|
void |
RemoveViewportCallback | iViewportCallback@ apCallback |
|
void |
SetActive | bool abX |
|
void |
SetCamera | cCamera@ apCamera |
|
void |
SetFrameBuffer | iFrameBuffer@ apFrameBuffer |
|
void |
SetIsListener | bool abX |
|
void |
SetPosition | const cVector2l &in avPos |
|
void |
SetPostEffectComposite | cPostEffectComposite@ apPostEffectComposite |
|
void |
SetRenderer | iRenderer@ apRenderer |
|
void |
SetSize | const cVector2l &in avSize |
|
void |
SetVisible | bool abX |
|
void |
SetWorld | cWorld@ apWorld ,bool abResetEffects = false |