Skip to main content

RenderGraphDataObject

type RenderGraphDataObject = Record<string, Vec4 | Vec3 | Vec2 | Float32 | Int32 | boolean | AssetRef<Texture>>;

Defined in: node_modules/@3dverse/livelink.core/dist/sources/types/dataObjects.d.ts:46

The data object to use in the dataJSON property of the Components.Camera component.