A list of all Actions, Conditions and Expressions supported in this addon.
General
-
Actions
Set FOV to {0} degrees
Set the field of view of the 3D camera in degrees.
Smoothly change FOV to {0} degrees over {1} seconds
Smoothly interpolate the field of view to a target value over a given duration in seconds.
Set Z axis scale to {0}
Set the Z axis scale mode. Regular uses equal units on all axes. Normalized is the default Construct 3 behaviour.
Set near clipping plane to {0}
Set the near clipping plane distance. Objects closer than this value will not be rendered.
Set far clipping plane to {0}
Set the far clipping plane distance. Objects further than this value will not be rendered.
-
Conditions
Z axis scale is Normalized
True if the Z axis scale mode is currently set to Normalized.
Z axis scale is Regular
True if the Z axis scale mode is currently set to Regular.
-
Expressions
FieldOfView
Get the current field of view in degrees.
IsZAxisNormalized
Returns 1 if Z axis scale is Normalized, 0 if Regular.
NearZ
Get the current near clipping plane distance.
FarZ
Get the current far clipping plane distance.