Camera
type Camera = {
renderGraphRef: AssetRef<RenderGraph>;
renderTargetIndex: Int32;
dataJSON: RenderGraphDataObject;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:116
Virtual camera.
Type declaration
Name | Type | Description |
---|---|---|
renderGraphRef | AssetRef <RenderGraph > | UUID of the referenced render graph this camera should use. |
renderTargetIndex | Int32 | Index of the render target to blit. |
dataJSON | RenderGraphDataObject | Input values as described in the referenced render graph in their original JSON format. |