Difference between revisions of "HPL3/Community/Scripting/Classes/cviewport"
Jump to navigation
Jump to search
(Upload classes to sub) |
(No difference)
|
Latest revision as of 10:11, 30 July 2020
Contents
cViewport
Fields
cViewport has no public fields.
Functions
| Return Type | Function Name | Parameters | Description |
|---|---|---|---|
| void | SetActive | bool abX | |
| void | SetVisible | bool abX | |
| bool | IsActive | ||
| bool | IsVisible | ||
| void | SetIsListener | bool abX | |
| bool | IsListener | ||
| void | SetCamera | cCamera@ apCamera | |
| cCamera@ | GetCamera | ||
| void | SetWorld | cWorld@ apWorld, bool abResetEffects = false |
|
| cWorld@ | GetWorld | ||
| void | SetRenderer | iRenderer@ apRenderer | |
| iRenderer@ | GetRenderer | ||
| cRenderSettings@ | GetRenderSettings | ||
| void | SetFrameBuffer | iFrameBuffer@ apFrameBuffer | |
| iFrameBuffer@ | GetFrameBuffer | ||
| void | SetPostEffectComposite | cPostEffectComposite@ apPostEffectComposite | |
| cPostEffectComposite@ | GetPostEffectComposite | ||
| cPostEffect_ToneMapping@ | GetToneMappingEffect | ||
| void | AddGuiSet | cGuiSet@ apSet | |
| void | RemoveGuiSet | cGuiSet@ apSet | |
| void | SetPosition | const cVector2l &in avPos | |
| void | SetSize | const cVector2l &in avSize | |
| const cVector2l& | GetPosition | ||
| const cVector2l& | GetSize | ||
| void | AddViewportCallback | apCallback | |
| void | RemoveViewportCallback | apCallback | |
| void | AddRendererCallback | apCallback | |
| void | RemoveRendererCallback | apCallback |
Remarks
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!