forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_pathfollow2d
reduz edited this page Oct 15, 2014
·
1 revision
####Inherits: Node2D ####Category: Core
- void set_offset ( float offset )
- float get_offset ( ) const
- void set_h_offset ( float h_offset )
- float get_h_offset ( ) const
- void set_v_offset ( float v_offset )
- float get_v_offset ( ) const
- void set_unit_offset ( float unit_offset )
- float get_unit_offset ( ) const
- void set_rotate ( bool enable )
- bool is_rotating ( ) const
- void set_cubic_interpolation ( bool enable )
- bool get_cubic_interpolation ( ) const
- void set_loop ( bool loop )
- bool has_loop ( ) const