Kanzi 4.1.1
SceneMetadata Interface Reference

Metadata definitions for Scene. More...

Inheritance diagram for SceneMetadata:
[legend]

Public Attributes

DynamicPropertyType< String > CameraProperty
 Sets the camera through which the Kanzi application shows the Scene.
 
DynamicPropertyType< String > HitTestCameraProperty
 Sets the camera to use to hit test the objects in the Scene.
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Scene")
 Metaclass for Scene.
 

Detailed Description

Metadata definitions for Scene.

Member Data Documentation

◆ CameraProperty

DynamicPropertyType<String> CameraProperty
Initial value:
=
new DynamicPropertyType<>("Scene.Camera", String.class)

Sets the camera through which the Kanzi application shows the Scene.

◆ HitTestCameraProperty

DynamicPropertyType<String> HitTestCameraProperty
Initial value:
=
new DynamicPropertyType<>("Scene.HitTestCamera", String.class)

Sets the camera to use to hit test the objects in the Scene.

The default is the camera that you set with the Camera property.