Kanzi  3.9.2
Java API
DrawObjectsWithMaterialRenderPassMetadata Interface Reference

Metadata definitions for DrawObjectsWithMaterialRenderPass. More...

Inheritance diagram for DrawObjectsWithMaterialRenderPassMetadata:
[legend]

Public Attributes

DynamicPropertyType< ResourceMaterialProperty
 Sets the material that will be used to render all nodes rendered by this DrawObjectsWithMaterialRenderPass. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.DrawObjectsWithMaterialRenderPass")
 Metaclass for DrawObjectsWithMaterialRenderPass.
 

Detailed Description

Member Data Documentation

◆ MaterialProperty

DynamicPropertyType<Resource> MaterialProperty
Initial value:
=
new DynamicPropertyType<>("DrawObjectsWithMaterialRenderPass.Material", Resource.class)

Sets the material that will be used to render all nodes rendered by this DrawObjectsWithMaterialRenderPass.