PointEmitterShape class
Emits every particle from the local origin along a single direction.
- Inheritance
-
- Object
- EmitterShape
- PointEmitterShape
Constructors
- PointEmitterShape({Vector3? direction})
-
Creates a point emitter heading along
direction(default +Y).
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sample(
ParticleStorage storage, int index) → void -
Writes the spawn position and unit emission direction for particle
indexintostorage.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited