Struct EmitterInitialNonUniformScale
Multiplies the X, Y, and Z scales of the source particle by random values in the ranges specified by scaleX, scaleY, and scaleZ respectively
Namespace: Unity.Tiny.Particles
Syntax
public struct EmitterInitialNonUniformScale : IComponentData
Remarks
Should be placed next to ParticleEmitter
Fields
scaleX
Declaration
public Range scaleX
Field Value
| Type | Description |
|---|---|
| Range |
scaleY
Declaration
public Range scaleY
Field Value
| Type | Description |
|---|---|
| Range |
scaleZ
Declaration
public Range scaleZ
Field Value
| Type | Description |
|---|---|
| Range |