C# Class HoldInPlace, World-of-Carbon

Inheritance: MonoBehaviour
Afficher le fichier Open project: kenfehling/World-of-Carbon

Méthodes publiques

Свойство Type Description
rotationSpeed float
timeToHold float

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
OnEnable ( ) : void
Update ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

rotationSpeed public_oe property

public float rotationSpeed
Résultat float

timeToHold public_oe property

public float timeToHold
Résultat float