Hilo3d API - v2.0.0-alpha.8
Home
Examples
Repository
Preparing search index...
Hilo3d
AnimationTrackParameters
Interface AnimationTrackParameters
Flat, numeric animation channel authoring data. Times are in seconds.
interface
AnimationTrackParameters
{
components
?:
number
;
interpolation
?:
AnimationInterpolation
;
property
:
AnimationProperty
;
target
:
string
;
times
:
ArrayLike
<
number
>
;
values
:
ArrayLike
<
number
>
;
}
Index
Properties
components?
interpolation?
property
target
times
values
Properties
Optional
components
components
?:
number
Optional
interpolation
interpolation
?:
AnimationInterpolation
property
property
:
AnimationProperty
target
target
:
string
times
times
:
ArrayLike
<
number
>
values
values
:
ArrayLike
<
number
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
interpolation
property
target
times
values
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.8
Loading...
Flat, numeric animation channel authoring data. Times are in seconds.