Kanzi  3.9.5
Java API
RenderPassViewMetadata Interface Reference

Metadata definitions for RenderPassView. More...

Inheritance diagram for RenderPassViewMetadata:
[legend]

Public Attributes

AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.RenderPassView")
 Metaclass for RenderPassView.
 
DynamicPropertyType< ResourceRenderPassPrefabProperty
 Sets the Render Pass Prefab that this Render Pass View instantiates. More...
 
DynamicPropertyType< ResourceRenderPassProperty
 The render pass root instantiated from the render pass prefab. More...
 
- Public Attributes inherited from RenderPassMetadata
DynamicPropertyType< Boolean > EnabledProperty
 Whether Kanzi executes this render pass and its child render pass tree. More...
 
DynamicPropertyType< Vector4InputViewportAreaProperty
 Reports the viewport area relative to the composition space as passed from the parent render pass. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.RenderPass")
 Metaclass for RenderPass.
 
- Public Attributes inherited from ResourceMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Resource")
 Metaclass for Resource.
 

Detailed Description

Metadata definitions for RenderPassView.

Member Data Documentation

◆ RenderPassPrefabProperty

DynamicPropertyType<Resource> RenderPassPrefabProperty
Initial value:
=
new DynamicPropertyType<>("RenderPassView.RenderPassPrefab", Resource.class)

Sets the Render Pass Prefab that this Render Pass View instantiates.

◆ RenderPassProperty

DynamicPropertyType<Resource> RenderPassProperty
Initial value:
=
new DynamicPropertyType<>("RenderPassView.RenderPass", Resource.class)

The render pass root instantiated from the render pass prefab.