ViewportMode Enum
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
Specifies how the viewport behaves
Location
- Namespace
- Fuse.Elements
- Package
- Fuse.Controls 2.9.1
Possible Values
- Enabled
-
Renders normally within the current UI
- Disabled
-
Acts are though the viewport were not there, the children render as if in a normal Element parent
- RenderToTexture
-
The viewport renders to a texture. This also has the effect of clipping to the Viewport size.
Interface of ViewportMode
Disabled : ViewportMode uno
Acts are though the viewport were not there, the children render as if in a normal Element parent
Enabled : ViewportMode uno
Renders normally within the current UI
HasFlag(ViewportMode) : bool uno
RenderToTexture : ViewportMode uno
The viewport renders to a texture. This also has the effect of clipping to the Viewport size.