C# Class SmoothCamera, cs-mini-modbot-simulation

Inheritance: MonoBehaviour
Afficher le fichier Open project: intel-cornellcup/mini-modbot-simulation Class Usage Examples

Méthodes publiques

Свойство Type Description
damping float
minDistance float
property string
smooth bool
target Transform

Méthodes publiques

Méthode Description
Awake ( ) : void
LateUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

damping public_oe property

public float damping
Résultat float

minDistance public_oe property

public float minDistance
Résultat float

property public_oe property

public string property
Résultat string

smooth public_oe property

public bool smooth
Résultat bool

target public_oe property

public Transform target
Résultat Transform