GitHub
Quarks VFX
Preparing search index...
The search index is not available
Documentation
Documentation
quarks.core
ChangeEmitDirection
Class ChangeEmitDirection
Change the emit direction of particles.
Implements
Behavior
Index
Constructors
constructor
Properties
_q
_temp
angle
memory
type
Methods
clone
frame
Update
initialize
reset
toJSON
update
fromJSON
Constructors
constructor
new
ChangeEmitDirection
(
angle
:
ValueGenerator
)
:
ChangeEmitDirection
Parameters
angle
:
ValueGenerator
Returns
ChangeEmitDirection
Properties
_q
_q
:
Quaternion
= ...
_temp
_temp
:
Vector3
= ...
angle
angle
:
ValueGenerator
memory
memory
:
{
data
:
never
[]
;
dataCount
:
number
}
= ...
type
type
:
string
= 'ChangeEmitDirection'
Methods
clone
clone
()
:
Behavior
Returns
Behavior
frame
Update
frameUpdate
(
delta
:
number
)
:
void
Parameters
delta
:
number
Returns
void
initialize
initialize
(
particle
:
Particle
)
:
void
Parameters
particle
:
Particle
Returns
void
reset
reset
()
:
void
Returns
void
toJSON
toJSON
()
:
any
Returns
any
update
update
(
particle
:
Particle
,
delta
:
number
)
:
void
Parameters
particle
:
Particle
delta
:
number
Returns
void
Static
fromJSON
fromJSON
(
json
:
any
)
:
Behavior
Parameters
json
:
any
Returns
Behavior
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_q
_temp
angle
memory
type
Methods
clone
frame
Update
initialize
reset
toJSON
update
fromJSON
GitHub
Quarks VFX
Documentation
Loading...
Change the emit direction of particles.