GitHub
Quarks VFX
Preparing search index...
The search index is not available
Documentation
Documentation
quarks.core
PointEmitter
Class PointEmitter
A point emitter emits particles from a single point.
Implements
EmitterShape
Index
Constructors
constructor
Properties
_m1
type
Methods
clone
initialize
toJSON
update
fromJSON
Constructors
constructor
new
PointEmitter
()
:
PointEmitter
Returns
PointEmitter
Properties
_m1
_m1
:
Matrix4
type
type
:
string
= 'point'
Methods
clone
clone
()
:
EmitterShape
Returns
EmitterShape
initialize
initialize
(
p
:
Particle
)
:
void
Parameters
p
:
Particle
Returns
void
toJSON
toJSON
()
:
ShapeJSON
Returns
ShapeJSON
update
update
(
system
:
IParticleSystem
,
delta
:
number
)
:
void
Parameters
system
:
IParticleSystem
delta
:
number
Returns
void
Static
fromJSON
fromJSON
(
json
:
any
)
:
PointEmitter
Parameters
json
:
any
Returns
PointEmitter
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_m1
type
Methods
clone
initialize
toJSON
update
fromJSON
GitHub
Quarks VFX
Documentation
Loading...
A point emitter emits particles from a single point.