C# Class smoothFollow

Inheritance: MonoBehaviour
Afficher le fichier Open project: fabelier/tansegrity-game Class Usage Examples

Méthodes publiques

Свойство Type Description
smoothTime float
target Transform

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

smoothTime public_oe property

public float smoothTime
Résultat float

target public_oe property

public Transform target
Résultat Transform