scene_properties.h File Reference

Variables

static PropertyType< stringHitTestCameraProperty
 HitTestCamera property. More...
 
static PropertyType< stringCameraProperty
 Camera property. More...
 

Variable Documentation

PropertyType<string> HitTestCameraProperty
static

HitTestCamera property.

Defines the camera that is used when hit testing the objects in the scene. When the property is not set, the default camera is used. The default value is "".

See also
setHitTestCamera(), getHitTestCamera()
PropertyType<string> CameraProperty
static

Camera property.

Defines the camera for viewing the scene. The default value is "".

See also
setCamera(), getCamera()