All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
input_manipulator_properties.h File Reference

Variables

static PropertyType< Vector2 > ManipulatorPointProperty
 ManipulatorPoint property. More...
 
static PropertyType< Vector3 > ManipulatorRayOriginProperty
 ManipulatorRayOrigin property. More...
 
static PropertyType< Vector3 > ManipulatorRayDirectionProperty
 ManipulatorRayDirection property. More...
 
static PropertyType< Vector2 > HitTestPointProperty
 HitTestPoint property. More...
 
static PropertyType< Vector3 > HitTestRayOriginProperty
 HitTestRayOrigin property. More...
 
static PropertyType< Vector3 > HitTestRayDirectionProperty
 HitTestRayDirection property. More...
 
static PropertyType< void * > HitTestObjectProperty
 HitTestObject property. More...
 

Variable Documentation

PropertyType<Vector2> ManipulatorPointProperty
static

ManipulatorPoint property.

The default value is Vector2(0.0f, 0.0f).

See also
setManipulatorPoint(), getManipulatorPoint()
PropertyType<Vector3> ManipulatorRayOriginProperty
static

ManipulatorRayOrigin property.

The default value is Vector3(0.0f, 0.0f, 0.0f).

See also
setManipulatorRayOrigin(), getManipulatorRayOrigin()
PropertyType<Vector3> ManipulatorRayDirectionProperty
static

ManipulatorRayDirection property.

The default value is Vector3(0.0f, 0.0f, -1.0f).

See also
setManipulatorRayDirection(), getManipulatorRayDirection()
PropertyType<Vector2> HitTestPointProperty
static

HitTestPoint property.

The default value is Vector2(KZS_NAN, KZS_NAN).

See also
setHitTestPoint(), getHitTestPoint()
PropertyType<Vector3> HitTestRayOriginProperty
static

HitTestRayOrigin property.

The default value is Vector3(0.0f, 0.0f, 0.0f).

See also
setHitTestRayOrigin(), getHitTestRayOrigin()
PropertyType<Vector3> HitTestRayDirectionProperty
static

HitTestRayDirection property.

The default value is Vector3(0.0f, 0.0f, -1.0f).

See also
setHitTestRayDirection(), getHitTestRayDirection()
PropertyType<void*> HitTestObjectProperty
static

HitTestObject property.

The default value is 0.

See also
setHitTestObject(), getHitTestObject()