FlyCameraController.PositionLerpTime Field

Definition

[UnityEngine.Range(0.001, 1)]
[UnityEngine.Tooltip("Time it takes to interpolate camera position 99% of the way to the target.")]
public float PositionLerpTime;
[<UnityEngine.Range(0.001, 1)>]
[<UnityEngine.Tooltip("Time it takes to interpolate camera position 99% of the way to the target.")>]
val mutable PositionLerpTime : single
Public PositionLerpTime As Single 

Field Value

Attributes
UnityEngine.RangeAttribute UnityEngine.TooltipAttribute

Applies to