forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_pathfollow
reduz edited this page Apr 10, 2014
·
9 revisions
####Inherits: Spatial ####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_rotation_mode ( int rotation_mode )
- int get_rotation_mode ( ) const
- void set_cubic_interpolation ( bool enable )
- bool get_cubic_interpolation ( ) const
- void set_loop ( bool loop )
- bool has_loop ( ) const
- ROTATION_NONE = 0
- ROTATION_Y = 1
- ROTATION_XY = 2
- ROTATION_XYZ = 3