SubViewport

Inherits: Viewport < Node < Object

There is currently no description for this class. Please help us by contributing one!

Properties

ClearMode

render_target_clear_mode

0

UpdateMode

render_target_update_mode

2

Vector2i

size

Vector2i(512, 512)

Vector2i

size_2d_override

Vector2i(0, 0)

bool

size_2d_override_stretch

false


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

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)

  • void set_size_2d_override ( Vector2i value )

  • Vector2i get_size_2d_override ( )

There is currently no description for this property. Please help us by contributing one!


bool size_2d_override_stretch = false

  • void set_size_2d_override_stretch ( bool value )

  • bool is_size_2d_override_stretch_enabled ( )

There is currently no description for this property. Please help us by contributing one!