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

MM delay particles. More...

Inheritance diagram for MoreMountains.Tools.MMDelayParticles:

Public Attributes

float Delay
 the duration of the delay, in seconds More...
 
bool DelayChildren = true
 if this is true, this will delay by the same amount all children particle systems of this object More...
 
bool ApplyDelayOnStart = false
 if this is true, the delay will be applied on Start More...
 
bool ApplyDelayButton
 

Protected Member Functions

virtual void Start ()
 
virtual void ApplyDelay ()
 

Protected Attributes

Component[] particleSystems
 

Detailed Description

MM delay particles.

Member Function Documentation

◆ ApplyDelay()

virtual void MoreMountains.Tools.MMDelayParticles.ApplyDelay ( )
protectedvirtual

◆ Start()

virtual void MoreMountains.Tools.MMDelayParticles.Start ( )
protectedvirtual

Member Data Documentation

◆ ApplyDelayButton

bool MoreMountains.Tools.MMDelayParticles.ApplyDelayButton

◆ ApplyDelayOnStart

bool MoreMountains.Tools.MMDelayParticles.ApplyDelayOnStart = false

if this is true, the delay will be applied on Start

◆ Delay

float MoreMountains.Tools.MMDelayParticles.Delay

the duration of the delay, in seconds

◆ DelayChildren

bool MoreMountains.Tools.MMDelayParticles.DelayChildren = true

if this is true, this will delay by the same amount all children particle systems of this object

◆ particleSystems

Component [] MoreMountains.Tools.MMDelayParticles.particleSystems
protected

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