Hilo3d API - v2.0.0
Home
Examples
Repository
Preparing search index...
Hilo3d
AnimationParameters
Interface AnimationParameters
interface
AnimationParameters
{
animStatesList
?:
AnimationStates
[]
;
clips
?:
Record
<
string
,
AnimationClip
|
null
>
;
currentLoopCount
?:
number
;
currentTime
?:
number
;
endTime
?:
number
;
loop
?:
number
;
paused
?:
boolean
;
rootNode
?:
Node
|
null
;
startTime
?:
number
;
timeScale
?:
number
;
validAnimationIds
?:
Readonly
<
Record
<
string
,
boolean
>
>
|
null
;
}
Index
Properties
anim
States
List?
clips?
current
Loop
Count?
current
Time?
end
Time?
loop?
paused?
root
Node?
start
Time?
time
Scale?
valid
Animation
Ids?
Properties
Optional
anim
States
List
animStatesList
?:
AnimationStates
[]
Optional
clips
clips
?:
Record
<
string
,
AnimationClip
|
null
>
Optional
current
Loop
Count
currentLoopCount
?:
number
Optional
current
Time
currentTime
?:
number
Optional
end
Time
endTime
?:
number
Optional
loop
loop
?:
number
Optional
paused
paused
?:
boolean
Optional
root
Node
rootNode
?:
Node
|
null
Optional
start
Time
startTime
?:
number
Optional
time
Scale
timeScale
?:
number
Optional
valid
Animation
Ids
validAnimationIds
?:
Readonly
<
Record
<
string
,
boolean
>
>
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
anim
States
List
clips
current
Loop
Count
current
Time
end
Time
loop
paused
root
Node
start
Time
time
Scale
valid
Animation
Ids
Home
Examples
Repository
Hilo3d API - v2.0.0
Loading...