C# Class ProjectStorms.MoveForwardLocalSpace

Moves Gameobject forward in local space. Specifically, this is used on the Root parent of the Pinwheel object.
Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: patferguson/Storms-Project

Méthodes publiques

Свойство Type Description
decelerationFactor float
speed float

Méthodes publiques

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

Method Details

Awake() public méthode

public Awake ( ) : 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

decelerationFactor public_oe property

public float decelerationFactor
Résultat float

speed public_oe property

public float speed
Résultat float