C# Class LookAtVelocity, racing_game

Inheritance: MonoBehaviour
Datei anzeigen Open project: Rarau/racing_game

Public Properties

Property Type Description
rotOffset Vector3
smoothness float

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

rotOffset public_oe property

public Vector3 rotOffset
return Vector3

smoothness public_oe property

public float smoothness
return float