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

A serialized particle holds information for one single serializable particle inside a recorded frame for the Playground Recorder's recorded data. More...

Public Member Functions

 SerializedParticle (Vector3 position, Vector3 velocity, float rotation, float size, float lifetime, float startLifetime, float playgroundLife, float playgroundStartLifetime, float playgroundEndLifetime, float playgroundLifetimeSubtraction, Color32 color, Vector3 sourcePosition, float startingSize)
 
PlaybackParticle CloneAsPlaybackParticle ()
 

Public Attributes

Vector3 position
 
Vector3 velocity
 
float rotation
 
float size
 
float lifetime
 
float startLifetime
 
float playgroundLife
 
float playgroundStartLifetime
 
float playgroundEndLifetime
 
float playgroundLifetimeSubtraction
 
Color32 color
 
Vector3 sourcePosition
 
float startingSize
 

Detailed Description

A serialized particle holds information for one single serializable particle inside a recorded frame for the Playground Recorder's recorded data.


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