Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/effects
ParticleEffect
Interface ParticleEffect
interface
ParticleEffect
{
acceleration
?:
{
x
:
number
;
y
:
number
}
;
color
:
number
;
fadeOut
?:
boolean
;
gravity
?:
number
;
id
:
string
;
lifetime
:
number
;
position
:
Position
;
size
:
number
;
type
:
ParticleType
;
velocity
:
{
x
:
number
;
y
:
number
}
;
}
Index
Properties
acceleration?
color
fade
Out?
gravity?
id
lifetime
position
size
type
velocity
Properties
Optional
Readonly
acceleration
acceleration
?:
{
x
:
number
;
y
:
number
}
Readonly
color
color
:
number
Optional
Readonly
fade
Out
fadeOut
?:
boolean
Optional
Readonly
gravity
gravity
?:
number
Readonly
id
id
:
string
Readonly
lifetime
lifetime
:
number
Readonly
position
position
:
Position
Readonly
size
size
:
number
Readonly
type
type
:
ParticleType
Readonly
velocity
velocity
:
{
x
:
number
;
y
:
number
}
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
acceleration
color
fade
Out
gravity
id
lifetime
position
size
type
velocity
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...