Class FarClipPlaneMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Cameras
Lerps the Camera.farClipPlane value.
public class FarClipPlaneMotion : AbstractFloatMotion<Camera>, ITweenMotion, IMotion
- Inheritance
-
AbstractTweenMotion<Camera>AbstractFloatMotion<Camera>FarClipPlaneMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
FarClipPlaneMotion(Camera, float?, float)
public FarClipPlaneMotion(Camera item, float? from, float to)
Parameters
FarClipPlaneMotion(Camera, float)
public FarClipPlaneMotion(Camera item, float value)
Parameters
item
Cameravalue
float
Methods
GetFrom()
protected override float GetFrom()
Returns
SetValue(float)
protected override void SetValue(float value)
Parameters
value
float