|
Highroad Engine v1.3
|
This class handles smoke emission when the gas pedal is on More...
Public Member Functions | |
| override void | Initialization () |
| Use this method to initialize objects in subclasses More... | |
| override void | Update () |
| Update this method in subclasses More... | |
Public Member Functions inherited from MoreMountains.HighroadEngine.SolidBehaviourExtender | |
| virtual void | Start () |
| Controller's initialization More... | |
| virtual void | OnVehicleCollisionEnter (Collision other) |
| Use this method to describe what happens when the vehicle collides with something More... | |
Public Attributes | |
| ParticleSystem | Smokes |
| The particle system to use to emit smoke. More... | |
Protected Attributes | |
| ParticleSystem.EmissionModule | _smokes |
Protected Attributes inherited from MoreMountains.HighroadEngine.SolidBehaviourExtender | |
| SolidController | _controller |
This class handles smoke emission when the gas pedal is on
|
virtual |
Use this method to initialize objects in subclasses
Reimplemented from MoreMountains.HighroadEngine.SolidBehaviourExtender.
|
virtual |
Update this method in subclasses
Implements MoreMountains.HighroadEngine.SolidBehaviourExtender.
|
protected |
| ParticleSystem MoreMountains.HighroadEngine.SolidSmokesBehaviour.Smokes |
The particle system to use to emit smoke.