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