Skip to content

Documentation / scene / FrameResourceKey

Type Alias: FrameResourceKey<THandle>

FrameResourceKey<THandle> = string & object

Defined in: libs/scene/src/render/rendergraph/blackboard.ts:5

Typed key used to publish a frame resource.

Type Declaration

__frameResourceHandle

readonly __frameResourceHandle: THandle

Type Parameters

THandle

THandle extends RGHandle = RGHandle

Released under the MIT License.