AnimationGraphDataObject
type AnimationGraphDataObject = Record<string, Vec3 | Float32 | Int32 | boolean | EntityRef>;
Defined in: node_modules/@3dverse/livelink.core/dist/sources/types/dataObjects.d.ts:34
The data object to use in the dataJSON
property of the Components.AnimationController component.