Inventory Engine v4.2
Loading...
Searching...
No Matches
MoreMountains.Tools.MMDelayParticles Class Reference

MM delay particles. More...

Inherits MonoBehaviour.

Public Attributes

float Delay
 the duration of the delay, in seconds
bool DelayChildren = true
 if this is true, this will delay by the same amount all children particle systems of this object
bool ApplyDelayOnStart = false
 if this is true, the delay will be applied on Start
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: