Kanzi framework  3.9.1
Java API
SceneMetadata Interface Reference

Metadata definitions for Scene. More...

Inheritance diagram for SceneMetadata:
[legend]

Public Attributes

DynamicPropertyType< String > CameraProperty
 The camera for displaying the scene. More...
 
DynamicPropertyType< String > HitTestCameraProperty
 The camera used in hit testing the objects in the scene. More...
 
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)

The camera for displaying the scene.

◆ HitTestCameraProperty

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

The camera used in hit testing the objects in the scene.

When not set, the default camera is used.