StagCameraDollyΒΆ
Inherits: Node3D
There is currently no description for this class. Please help us by contributing one!
PropertiesΒΆ
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Array[ |
|
MethodsΒΆ
|
_calculate_tracking_bounds() virtual const |
|
_ease_velocity(distance: |
|
_goal_depth(bounds: |
Property DescriptionsΒΆ
float acceleration_max = 20.0 π
void set_acceleration_max(value:
float)floatget_acceleration_max()
There is currently no description for this property. Please help us by contributing one!
float depth_max = 10.0 π
void set_depth_max(value:
float)floatget_depth_max()
There is currently no description for this property. Please help us by contributing one!
float depth_min = -10.0 π
void set_depth_min(value:
float)floatget_depth_min()
There is currently no description for this property. Please help us by contributing one!
bool editor_preview = true π
void set_editor_preview(value:
bool)boolget_editor_preview()
There is currently no description for this property. Please help us by contributing one!
bool enabled = true π
void set_enabled(value:
bool)boolget_enabled()
There is currently no description for this property. Please help us by contributing one!
float fov = 1.3089969 π
void set_fov(value:
float)floatget_fov()
There is currently no description for this property. Please help us by contributing one!
float ramp_cubic = 6.0 π
void set_ramp_cubic(value:
float)floatget_ramp_cubic()
There is currently no description for this property. Please help us by contributing one!
float ramp_linear = 1.0 π
void set_ramp_linear(value:
float)floatget_ramp_linear()
There is currently no description for this property. Please help us by contributing one!
float ramp_quadratic = 3.0 π
void set_ramp_quadratic(value:
float)floatget_ramp_quadratic()
There is currently no description for this property. Please help us by contributing one!
float speed_max = 10.0 π
void set_speed_max(value:
float)floatget_speed_max()
There is currently no description for this property. Please help us by contributing one!
bool tracking_override = false π
void set_tracking_override(value:
bool)boolget_tracking_override()
There is currently no description for this property. Please help us by contributing one!
AABB tracking_override_bounds = AABB(0, 0, 0, 0, 0, 0) π
void set_tracking_override_bounds(value:
AABB)AABBget_tracking_override_bounds()
There is currently no description for this property. Please help us by contributing one!
float tracking_target_radius = 0.5 π
void set_tracking_target_radius(value:
float)floatget_tracking_target_radius()
There is currently no description for this property. Please help us by contributing one!
Array[Node3D] tracking_targets = [] π
void set_tracking_targets(value: Array[
Node3D])Array[
Node3D] get_tracking_targets()
There is currently no description for this property. Please help us by contributing one!
Method DescriptionsΒΆ
AABB _calculate_tracking_bounds() virtual const π
There is currently no description for this method. Please help us by contributing one!
float _ease_velocity(distance: float) virtual const π
There is currently no description for this method. Please help us by contributing one!
float _goal_depth(bounds: AABB) virtual const π
There is currently no description for this method. Please help us by contributing one!