Class OrthographicSizeMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Cameras
Lerps the Camera.orthographicSize value.
public class OrthographicSizeMotion : AbstractFloatMotion<Camera>, ITweenMotion, IMotion, IObjectMotion- 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
- itemCamera
- valuefloat
Methods
GetFrom()
protected override float GetFrom()Returns
SetValue(float)
protected override void SetValue(float value)Parameters
- valuefloat