C# Class UnityStandardAssets._2D.Camera2DFollow

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: shadowseer99/clockwork Class Usage Examples

Méthodes publiques

Свойство Type Description
damping float
lookAheadFactor float
lookAheadMoveThreshold float
lookAheadReturnSpeed float
target Transform

Private Methods

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void

Property Details

damping public_oe property

public float damping
Résultat float

lookAheadFactor public_oe property

public float lookAheadFactor
Résultat float

lookAheadMoveThreshold public_oe property

public float lookAheadMoveThreshold
Résultat float

lookAheadReturnSpeed public_oe property

public float lookAheadReturnSpeed
Résultat float

target public_oe property

public Transform target
Résultat Transform