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.PlaygroundFollower Class Reference

Playground follower class. More...

Public Member Functions

 PlaygroundFollower (Transform setTransform, GameObject setGameObject, TrailRenderer setTrailRenderer, float setLifetime, int setParticleId)
 Initializes a new instance of the PlaygroundFollower class. More...
 
PlaygroundFollower Clone ()
 Clones this instance. More...
 

Public Attributes

bool enabled = true
 
float lifetime
 
Transform transform
 
GameObject gameObject
 
TrailRenderer trailRenderer
 
int particleId
 

Detailed Description

Playground follower class.

Constructor & Destructor Documentation

ParticlePlayground.PlaygroundFollower.PlaygroundFollower ( Transform  setTransform,
GameObject  setGameObject,
TrailRenderer  setTrailRenderer,
float  setLifetime,
int  setParticleId 
)

Initializes a new instance of the PlaygroundFollower class.

Parameters
setTransformTransform to reposition.
setLifetimeStart lifetifetime.
setParticleIdParticle identifier to follow.

Member Function Documentation

PlaygroundFollower ParticlePlayground.PlaygroundFollower.Clone ( )

Clones this instance.


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