ParallaxBackground

Inherits: CanvasLayer < Node < Object

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

Properties

int

layer

-100 (overrides CanvasLayer)

Vector2

scroll_base_offset

Vector2(0, 0)

Vector2

scroll_base_scale

Vector2(1, 1)

bool

scroll_ignore_camera_zoom

false

Vector2

scroll_limit_begin

Vector2(0, 0)

Vector2

scroll_limit_end

Vector2(0, 0)

Vector2

scroll_offset

Vector2(0, 0)


Property Descriptions

Vector2 scroll_base_offset = Vector2(0, 0)

  • void set_scroll_base_offset ( Vector2 value )

  • Vector2 get_scroll_base_offset ( )

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


Vector2 scroll_base_scale = Vector2(1, 1)

  • void set_scroll_base_scale ( Vector2 value )

  • Vector2 get_scroll_base_scale ( )

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


bool scroll_ignore_camera_zoom = false

  • void set_ignore_camera_zoom ( bool value )

  • bool is_ignore_camera_zoom ( )

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


Vector2 scroll_limit_begin = Vector2(0, 0)

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


Vector2 scroll_limit_end = Vector2(0, 0)

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


Vector2 scroll_offset = Vector2(0, 0)

  • void set_scroll_offset ( Vector2 value )

  • Vector2 get_scroll_offset ( )

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