babylon.quarks - v0.19.0
Demos
GitHub
npm
Preparing search index...
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
MeshSurfaceEmitter
PointEmitter
RectangleEmitter
SphereEmitter
Index
Properties
type
Methods
clone
initialize
to
JSON
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
to
JSON
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
to
JSON
update
Demos
GitHub
npm
babylon.quarks - v0.19.0
Loading...