HPL3/SOMA/Scripting/cViewport

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Jump to navigation Jump to search

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

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

References

See all references...