forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_parallaxbackground
reduz edited this page Feb 23, 2014
·
8 revisions
####Inherits: CanvasLayer ####Category: Core
- void set_scroll_offset ( Vector2 ofs )
- Vector2 get_scroll_offset ( ) const
- void set_scroll_base_offset ( Vector2 ofs )
- Vector2 get_scroll_base_offset ( ) const
- void set_scroll_base_scale ( Vector2 scale )
- Vector2 get_scroll_base_scale ( ) const
- void set_limit_begin ( Vector2 ofs )
- Vector2 get_limit_begin ( ) const
- void set_limit_end ( Vector2 ofs )
- Vector2 get_limit_end ( ) const