Highroad Engine v1.3
Public Member Functions | Public Attributes | Protected Attributes | List of all members
MoreMountains.HighroadEngine.SolidSmokesBehaviour Class Reference

This class handles smoke emission when the gas pedal is on More...

Inheritance diagram for MoreMountains.HighroadEngine.SolidSmokesBehaviour:
MoreMountains.HighroadEngine.SolidBehaviourExtender

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
 

Detailed Description

This class handles smoke emission when the gas pedal is on

Member Function Documentation

◆ Initialization()

override void MoreMountains.HighroadEngine.SolidSmokesBehaviour.Initialization ( )
virtual

Use this method to initialize objects in subclasses

Reimplemented from MoreMountains.HighroadEngine.SolidBehaviourExtender.

◆ Update()

override void MoreMountains.HighroadEngine.SolidSmokesBehaviour.Update ( )
virtual

Update this method in subclasses

Implements MoreMountains.HighroadEngine.SolidBehaviourExtender.

Member Data Documentation

◆ _smokes

ParticleSystem.EmissionModule MoreMountains.HighroadEngine.SolidSmokesBehaviour._smokes
protected

◆ Smokes

ParticleSystem MoreMountains.HighroadEngine.SolidSmokesBehaviour.Smokes

The particle system to use to emit smoke.


The documentation for this class was generated from the following file: