forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_followcamera
Lukas Sägesser edited this page Jun 22, 2015
·
10 revisions
####Inherits: Camera ####Category: Core
- void set_orbit ( Vector2 orbit )
- Vector2 get_orbit ( ) const
- void set_orbit_x ( float x )
- void set_orbit_y ( float y )
- void set_min_orbit_x ( float x )
- float get_min_orbit_x ( ) const
- void set_max_orbit_x ( float x )
- float get_max_orbit_x ( ) const
- void set_height ( float height )
- float get_height ( ) const
- void set_inclination ( float inclination )
- float get_inclination ( ) const
- void rotate_orbit ( Vector2 arg0 )
- void set_distance ( float distance )
- float get_distance ( ) const
- void set_max_distance ( float max_distance )
- float get_max_distance ( ) const
- void set_min_distance ( float min_distance )
- float get_min_distance ( ) const
- void set_clip ( bool enable )
- bool has_clip ( ) const
- void set_autoturn ( bool enable )
- bool has_autoturn ( ) const
- void set_autoturn_tolerance ( float degrees )
- float get_autoturn_tolerance ( ) const
- void set_autoturn_speed ( float speed )
- float get_autoturn_speed ( ) const
- void set_smoothing ( bool enable )
- bool has_smoothing ( ) const
- void set_rotation_smoothing ( float amount )
- float get_rotation_smoothing ( ) const
- void set_translation_smoothing ( float amount )
- float get_translation_smoothing ( ) const
- void set_use_lookat_target ( bool use, Vector3 lookat=Vector3(0, 0, 0) )
- void set_up_vector ( Vector3 vector )
- Vector3 get_up_vector ( ) const
(c) Juan Linietsky, Ariel Manzur, Distributed under the terms of the CC By license.