Struct EmitterCircleSource
Spawns particles inside a circle on the X/Y plane.
Namespace: Unity.Tiny.Particles
Syntax
public struct EmitterCircleSource : IComponentData
Fields
radius
The radius of the circle.
Declaration
public float radius
Field Value
Type | Description |
---|---|
Single |
speed
The initial speed of the particles.
Declaration
public Range speed
Field Value
Type | Description |
---|---|
Range |