Hilo3d API - v2.0.0-alpha.8
Home
Examples
Repository
Preparing search index...
Hilo3d
AnimationClipParameters
Interface AnimationClipParameters
Immutable clip descriptor. Optional start/end select a window of the shared tracks.
interface
AnimationClipParameters
{
end
?:
number
;
markers
?:
readonly
AnimationMarker
[]
;
name
:
string
;
start
?:
number
;
tracks
:
readonly
AnimationTrack
[]
;
}
Index
Properties
end?
markers?
name
start?
tracks
Properties
Optional
end
end
?:
number
Optional
markers
markers
?:
readonly
AnimationMarker
[]
name
name
:
string
Optional
start
start
?:
number
tracks
tracks
:
readonly
AnimationTrack
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
end
markers
name
start
tracks
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.8
Loading...
Immutable clip descriptor. Optional start/end select a window of the shared tracks.