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
Show file Open project: patferguson/Storms-Project

Public Properties

Property Type Description
decelerationFactor float
speed float

Public Methods

Method Description
Awake ( ) : void
OnEnable ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

decelerationFactor public property

public float decelerationFactor
return float

speed public property

public float speed
return float