Class NearClipPlaneMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Cameras
Lerps the Camera.nearClipPlane value.
public class NearClipPlaneMotion : AbstractFloatMotion<Camera>, ITweenMotion, IMotion
- Inheritance
-
AbstractTweenMotion<Camera>AbstractFloatMotion<Camera>NearClipPlaneMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
NearClipPlaneMotion(Camera, float?, float)
public NearClipPlaneMotion(Camera item, float? from, float to)
Parameters
NearClipPlaneMotion(Camera, float)
public NearClipPlaneMotion(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