Kanzi  3.9.2
Java API
Viewport3DMetadata Interface Reference

Metadata definitions for Viewport3D. More...

Inheritance diagram for Viewport3DMetadata:
[legend]

Public Attributes

DynamicPropertyType< ResourceMaterialProperty
 The material used to render the plane. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Viewport3D")
 Metaclass for Viewport3D.
 
DynamicPropertyType< ResourcePrefabProperty
 2D prefab to use on this viewport. More...
 

Detailed Description

Metadata definitions for Viewport3D.

Member Data Documentation

◆ MaterialProperty

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

The material used to render the plane.

◆ PrefabProperty

DynamicPropertyType<Resource> PrefabProperty
Initial value:
=
new DynamicPropertyType<>("Viewport3D.Prefab", Resource.class)

2D prefab to use on this viewport.