Hilo3d API - v2.0.0-alpha.8
Home
Examples
Repository
Preparing search index...
Hilo3d
AnimationPropertyBinding
Interface AnimationPropertyBinding
Custom numeric channel adapter. Capture the reference value once; write receives reusable storage.
interface
AnimationPropertyBinding
{
reference
:
ArrayLike
<
number
>
;
write
:
(
value
:
Float32Array
)
=>
void
;
}
Index
Properties
reference
write
Properties
reference
reference
:
ArrayLike
<
number
>
write
write
:
(
value
:
Float32Array
)
=>
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
reference
write
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.8
Loading...
Custom numeric channel adapter. Capture the reference value once; write receives reusable storage.