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