Table of Contents

Class NearClipPlaneMotion

Lerps the Camera.nearClipPlane value.

public class NearClipPlaneMotion : AbstractFloatMotion<Camera>, ITweenMotion, IMotion
Inheritance
NearClipPlaneMotion
Implements
Inherited Members
Extension Methods

Constructors

NearClipPlaneMotion(Camera, float?, float)

public NearClipPlaneMotion(Camera item, float? from, float to)

Parameters

item Camera
from float?
to float

NearClipPlaneMotion(Camera, float)

public NearClipPlaneMotion(Camera item, float value)

Parameters

item Camera
value float

Methods

GetFrom()

protected override float GetFrom()

Returns

float

SetValue(float)

protected override void SetValue(float value)

Parameters

value float