GitHub
Quarks VFX
Preparing search index...
The search index is not available
Documentation
Documentation
quarks.core
EmitterShape
Interface EmitterShape
interface
EmitterShape
{
type
:
string
;
clone
()
:
EmitterShape
;
initialize
(
particle
:
Particle
,
emissionState
:
EmissionState
)
:
void
;
toJSON
()
:
ShapeJSON
;
update
(
system
:
IParticleSystem
,
delta
:
number
)
:
void
;
}
Implemented by
CircleEmitter
ConeEmitter
DonutEmitter
GridEmitter
HemisphereEmitter
PointEmitter
RectangleEmitter
SphereEmitter
Index
Properties
type
Methods
clone
initialize
toJSON
update
Properties
type
type
:
string
Methods
clone
clone
()
:
EmitterShape
Returns
EmitterShape
initialize
initialize
(
particle
:
Particle
,
emissionState
:
EmissionState
)
:
void
Parameters
particle
:
Particle
emissionState
:
EmissionState
Returns
void
toJSON
toJSON
()
:
ShapeJSON
Returns
ShapeJSON
update
update
(
system
:
IParticleSystem
,
delta
:
number
)
:
void
Parameters
system
:
IParticleSystem
delta
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
Methods
clone
initialize
toJSON
update
GitHub
Quarks VFX
Documentation
Loading...