Preparing search index...
The search index is not available
kokomi.js
kokomi.js
TrailTexture
Class TrailTexture
This class can create a trail texture.
Hierarchy (
view full
)
Component
TrailTexture
Index
Constructors
constructor
Properties
base
container
emitter
trail
Texture
Methods
add
Existing
emit
off
on
on
Move
update
Constructors
constructor
new
Trail
Texture
(
base
,
config
?
)
:
TrailTexture
Parameters
base
:
Base
config
:
Partial
<
TrailConfig
>
= {}
Returns
TrailTexture
Properties
base
base
:
Base
container
container
:
Scene
emitter
emitter
:
Emitter
<
any
>
trail
Texture
trail
Texture
:
TrailTextureImpl
Methods
add
Existing
add
Existing
(
)
:
void
Returns
void
emit
emit
(
type
,
event
?
)
:
void
Parameters
type
:
string
event
:
any
= {}
Returns
void
off
off
(
type
,
handler
)
:
void
Parameters
type
:
string
handler
:
any
Returns
void
on
on
(
type
,
handler
)
:
void
Parameters
type
:
string
handler
:
any
Returns
void
on
Move
on
Move
(
p
)
:
void
Parameters
p
:
Partial
<
Point
>
Returns
void
update
update
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
base
container
emitter
trail
Texture
Methods
add
Existing
emit
off
on
on
Move
update
kokomi.js
Loading...
This class can create a trail texture.