Particle Playground - Script Reference
3.0.1
Framework for controlling particles in the Unity Engine.
|
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 |
A serialized particle holds information for one single serializable particle inside a recorded frame for the Playground Recorder's recorded data.