GitHub
Quarks VFX
Preparing search index...
The search index is not available
Documentation
Documentation
three.quarks
IParticle
Interface IParticle
interface
IParticle
{
age
:
number
;
color
:
Vector4
;
life
:
number
;
memory
:
GeneratorMemory
;
position
:
Vector3
;
rotation
?:
number
|
Quaternion
;
size
:
Vector3
;
uvTile
:
number
;
velocity
:
Vector3
;
get
died
()
:
boolean
;
}
Hierarchy (
View Summary
)
IParticle
Particle
Implemented by
NodeParticle
Index
Properties
age
color
life
memory
position
rotation?
size
uv
Tile
velocity
Accessors
died
Properties
age
age
:
number
color
color
:
Vector4
life
life
:
number
memory
memory
:
GeneratorMemory
position
position
:
Vector3
Optional
rotation
rotation
?:
number
|
Quaternion
size
size
:
Vector3
uv
Tile
uvTile
:
number
velocity
velocity
:
Vector3
Accessors
died
get
died
()
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
age
color
life
memory
position
rotation
size
uv
Tile
velocity
Accessors
died
GitHub
Quarks VFX
Documentation
Loading...