Home
Giro3D framework
Piero application
Getting started with Giro3D
Giro3D examples
API documentation
Version v0.39.0
GitLab
Giro3D API (v0.39.0)
external
three
AnimationMixerEventMap
Interface AnimationMixerEventMap
interface
AnimationMixerEventMap
{
finished
:
{
action
:
AnimationAction
;
direction
:
number
;
}
;
loop
:
{
action
:
AnimationAction
;
loopDelta
:
number
;
}
;
}
Index
Properties
finished
loop
Properties
finished
finished
:
{
action
:
AnimationAction
;
direction
:
number
;
}
Type declaration
action
:
AnimationAction
direction
:
number
loop
loop
:
{
action
:
AnimationAction
;
loopDelta
:
number
;
}
Type declaration
action
:
AnimationAction
loop
Delta
:
number
Settings
Member Visibility
Protected
Inherited
External
On This Page
finished
loop
Giro3D API (v0.39.0)
Loading...