Particle Playground - Script Reference  3.0.1
Framework for controlling particles in the Unity Engine.
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
ParticlePlayground.PlaygroundAxisConstraintsC Class Reference

Hold information for axis constraints in X-, Y- and Z-values. These contraints are used to annihilate forces on set axis. More...

Public Member Functions

bool HasConstraints ()
 Determines whether any constraints has been enabled. More...
 
PlaygroundAxisConstraintsC Clone ()
 Clone this PlaygroundAxisConstraintsC. More...
 

Public Attributes

bool x = false
 The constraint on X-axis. More...
 
bool y = false
 The constraint on Y-axis. More...
 
bool z = false
 The constraint on Z-axis. More...
 

Detailed Description

Hold information for axis constraints in X-, Y- and Z-values. These contraints are used to annihilate forces on set axis.

Member Function Documentation

PlaygroundAxisConstraintsC ParticlePlayground.PlaygroundAxisConstraintsC.Clone ( )
bool ParticlePlayground.PlaygroundAxisConstraintsC.HasConstraints ( )

Determines whether any constraints has been enabled.

Returns
true if any constraints are enabled; otherwise, false.

Member Data Documentation

bool ParticlePlayground.PlaygroundAxisConstraintsC.x = false

The constraint on X-axis.

bool ParticlePlayground.PlaygroundAxisConstraintsC.y = false

The constraint on Y-axis.

bool ParticlePlayground.PlaygroundAxisConstraintsC.z = false

The constraint on Z-axis.


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