C# Class UnityStandardAssets._2D.Camera2DFollow

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: shadowseer99/clockwork Class Usage Examples

Public Properties

Property Type Description
damping float
lookAheadFactor float
lookAheadMoveThreshold float
lookAheadReturnSpeed float
target Transform

Private Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Property Details

damping public property

public float damping
return float

lookAheadFactor public property

public float lookAheadFactor
return float

lookAheadMoveThreshold public property

public float lookAheadMoveThreshold
return float

lookAheadReturnSpeed public property

public float lookAheadReturnSpeed
return float

target public property

public Transform target
return Transform