C# Class LookAtVelocity, racing_game

Inheritance: MonoBehaviour
Afficher le fichier Open project: Rarau/racing_game

Méthodes publiques

Свойство Type Description
rotOffset Vector3
smoothness float

Méthodes publiques

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

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

rotOffset public_oe property

public Vector3 rotOffset
Résultat Vector3

smoothness public_oe property

public float smoothness
Résultat float