Parallax2D

Inherits: Node2D < CanvasItem < Node < Object

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

Properties

Vector2

autoscroll

Vector2(0, 0)

bool

follow_viewport

true

bool

ignore_camera_scroll

false

Vector2

limit_begin

Vector2(-1e+07, -1e+07)

Vector2

limit_end

Vector2(1e+07, 1e+07)

PhysicsInterpolationMode

physics_interpolation_mode

2 (overrides Node)

Vector2

repeat_size

Vector2(0, 0)

int

repeat_times

1

Vector2

screen_offset

Vector2(0, 0)

Vector2

scroll_offset

Vector2(0, 0)

Vector2

scroll_scale

Vector2(1, 1)


Property Descriptions

Vector2 autoscroll = Vector2(0, 0)

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


bool follow_viewport = true

  • void set_follow_viewport ( bool value )

  • bool get_follow_viewport ( )

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


bool ignore_camera_scroll = false

  • void set_ignore_camera_scroll ( bool value )

  • bool is_ignore_camera_scroll ( )

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


Vector2 limit_begin = Vector2(-1e+07, -1e+07)

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


Vector2 limit_end = Vector2(1e+07, 1e+07)

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


Vector2 repeat_size = Vector2(0, 0)

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


int repeat_times = 1

  • void set_repeat_times ( int value )

  • int get_repeat_times ( )

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


Vector2 screen_offset = Vector2(0, 0)

  • void set_screen_offset ( Vector2 value )

  • Vector2 get_screen_offset ( )

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!


Vector2 scroll_scale = Vector2(1, 1)

  • void set_scroll_scale ( Vector2 value )

  • Vector2 get_scroll_scale ( )

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