SubViewport
Inherits: Viewport < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
Enumerations
enum ClearMode:
ClearMode CLEAR_MODE_ALWAYS = 0
There is currently no description for this enum. Please help us by contributing one!
ClearMode CLEAR_MODE_NEVER = 1
There is currently no description for this enum. Please help us by contributing one!
ClearMode CLEAR_MODE_ONCE = 2
There is currently no description for this enum. Please help us by contributing one!
enum UpdateMode:
UpdateMode UPDATE_DISABLED = 0
There is currently no description for this enum. Please help us by contributing one!
UpdateMode UPDATE_ONCE = 1
There is currently no description for this enum. Please help us by contributing one!
UpdateMode UPDATE_WHEN_VISIBLE = 2
There is currently no description for this enum. Please help us by contributing one!
UpdateMode UPDATE_WHEN_PARENT_VISIBLE = 3
There is currently no description for this enum. Please help us by contributing one!
UpdateMode UPDATE_ALWAYS = 4
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
ClearMode render_target_clear_mode = 0
There is currently no description for this property. Please help us by contributing one!
UpdateMode render_target_update_mode = 2
void set_update_mode ( UpdateMode value )
UpdateMode get_update_mode ( )
There is currently no description for this property. Please help us by contributing one!
Vector2i size = Vector2i(512, 512)
There is currently no description for this property. Please help us by contributing one!
Vector2i size_2d_override = Vector2i(0, 0)
There is currently no description for this property. Please help us by contributing one!
bool size_2d_override_stretch = false
There is currently no description for this property. Please help us by contributing one!