forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_pathfollow
reduz edited this page Feb 23, 2014
·
9 revisions
Inherits: Spatial\n\n
- void ** set_offset ** ( real offset )
- real ** get_offset ** ( ) const
- void ** set_h_offset ** ( real h_offset )
- real ** get_h_offset ** ( ) const
- void ** set_v_offset ** ( real v_offset )
- real ** get_v_offset ** ( ) const
- void ** set_unit_offset ** ( real unit_offset )
- real ** 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