CameraFreeLook

free-look camera

Constructors

this
this(Entity target)
Undocumented in source.

Members

Functions

update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

free_dist_max_clamp
enum free_dist_max_clamp;
Undocumented in source.
free_dist_min_clamp
enum free_dist_min_clamp;
Undocumented in source.
free_max_clamp
enum free_max_clamp;
Undocumented in source.
free_min_clamp
enum free_min_clamp;
Undocumented in source.
free_pan_divider
enum free_pan_divider;
Undocumented in source.

Mixins

__anonymous
mixin Reflect
Undocumented in source.

Variables

look_sensitivity
float look_sensitivity;
Undocumented in source.
smooth_zoom_sensitivity
float smooth_zoom_sensitivity;
Undocumented in source.
zoom_sensitivity
float zoom_sensitivity;
Undocumented in source.

Inherited Members

From CameraFollow3D

__anonymous
mixin Reflect
Undocumented in source.
cam
SceneCamera3D cam;
Undocumented in source.
target
Entity target;

the target entity

third_person_dist
enum third_person_dist;
Undocumented in source.
_angle
Vector2 _angle;
Undocumented in source.
_target_dist
float _target_dist;
Undocumented in source.
setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta