C# Class UnityStandardAssets._2D.Camera2DFollow

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen 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_oe property

public float damping
return float

lookAheadFactor public_oe property

public float lookAheadFactor
return float

lookAheadMoveThreshold public_oe property

public float lookAheadMoveThreshold
return float

lookAheadReturnSpeed public_oe property

public float lookAheadReturnSpeed
return float

target public_oe property

public Transform target
return Transform