Kanzi 3.9.10
Constraints Class Reference

Contains property types of Constraints. More...

Inheritance diagram for Constraints:
[legend]

Static Public Attributes

static final Metaclass metaclass
 The Metaclass for the class.
 

Additional Inherited Members

- Public Attributes inherited from ConstraintsMetadata
DynamicPropertyType< BooleanConstraintInWorldCoordinatesProperty
 Specifies if the object constraining is done in world coordinates (when false, done in local coordinates).
 
DynamicPropertyType< String > ConstraintOrientationProperty
 Makes an object node where the property is attached to obtain orientation from target object.
 
DynamicPropertyType< String > ConstraintPositionProperty
 Makes an object node where the property is attached to obtain position from target object.
 
DynamicPropertyType< ConstraintsEnums.FaceToCameraModeFaceToCameraModeProperty
 Sets how to rotate the 3D node towards a camera:
 
DynamicPropertyType< String > FaceToCameraTargetCameraProperty
 Sets the camera towards which the 3D node turns when you set the Face to Camera Mode property.
 
DynamicPropertyType< String > LookAtProperty = new DynamicPropertyType<>("LookAt", String.class)
 Makes a node to always face the node set in this property.
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Constraints")
 Metaclass for Constraints.
 

Detailed Description

Contains property types of Constraints.

Member Data Documentation

◆ metaclass

final Metaclass metaclass
static
Initial value:
=
com.rightware.kanzi.metadata.ConstraintsMetadata.metaclass

The Metaclass for the class.