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

Constructor for a painted position. More...

Public Attributes

Vector3 position
 Emission spot in local position of parent. More...
 
Color32 color
 Color of emission spot. More...
 
Transform parent
 The parent transform. More...
 
Vector3 initialPosition
 The first position where this originally were painted. More...
 
Vector3 initialNormal
 The first normal direction when painted. More...
 
Quaternion parentRotation
 The rotation of the parent. More...
 

Detailed Description

Constructor for a painted position.

Member Data Documentation

Color32 ParticlePlayground.PaintPositionC.color

Color of emission spot.

Vector3 ParticlePlayground.PaintPositionC.initialNormal

The first normal direction when painted.

Vector3 ParticlePlayground.PaintPositionC.initialPosition

The first position where this originally were painted.

Transform ParticlePlayground.PaintPositionC.parent

The parent transform.

Quaternion ParticlePlayground.PaintPositionC.parentRotation

The rotation of the parent.

Vector3 ParticlePlayground.PaintPositionC.position

Emission spot in local position of parent.


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