GitHub
Quarks VFX
Preparing search index...
The search index is not available
Documentation
Documentation
three.quarks
ConeEmitter
Class ConeEmitter
Implements
EmitterShape
Index
Constructors
constructor
Properties
angle
arc
memory
mode
radius
speed
spread
thickness
type
Methods
clone
initialize
toJSON
update
fromJSON
Constructors
constructor
new
ConeEmitter
(
parameters
?:
ConeEmitterParameters
)
:
ConeEmitter
Parameters
Optional
parameters
:
ConeEmitterParameters
Returns
ConeEmitter
Properties
angle
angle
:
number
arc
arc
:
number
memory
memory
:
GeneratorMemory
mode
mode
:
EmitterMode
radius
radius
:
number
speed
speed
:
ValueGenerator
|
FunctionValueGenerator
spread
spread
:
number
thickness
thickness
:
number
type
type
:
string
Methods
clone
clone
()
:
EmitterShape
Returns
EmitterShape
initialize
initialize
(
p
:
Particle
,
emissionState
:
EmissionState
)
:
void
Parameters
p
:
Particle
emissionState
:
EmissionState
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
:
ShapeJSON
)
:
ConeEmitter
Parameters
json
:
ShapeJSON
Returns
ConeEmitter
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
angle
arc
memory
mode
radius
speed
spread
thickness
type
Methods
clone
initialize
toJSON
update
fromJSON
GitHub
Quarks VFX
Documentation
Loading...