class_parallaxbackground - dragonsoulz/godot GitHub Wiki
ParallaxBackground
####Inherits: CanvasLayer ####Category: Core
Brief Description
Member Functions
- 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