Contains property types of Constraints.
More...
#include <kanzi/core.ui/constraints/constraints.hpp>
|
static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
|
static bool | isInWorldCoordinates (const Object &object) |
| Gets the value of InWorldCoordinates property of object. More...
|
|
static void | setInWorldCoordinates (Object &object, bool value) |
| Sets the value of InWorldCoordinates property of object. More...
|
|
static bool | isFaceToCamera (const Object &object) |
| Gets the value of FaceToCamera property of object. More...
|
|
static void | setFaceToCamera (Object &object, bool value) |
| Sets the value of FaceToCamera property of object. More...
|
|
static bool | isFaceToCameraBillboarding (const Object &object) |
| Gets the value of FaceToCameraIsBillboarding property of object. More...
|
|
static void | setFaceToCameraIsBillboarding (Object &object, bool value) |
| Sets the value of FaceToCameraIsBillboarding property of object. More...
|
|
static bool | isFaceToCameraCylindral (const Object &object) |
| Gets the value of FaceToCameraIsCylindral property of object. More...
|
|
static void | setFaceToCameraIsCylindral (Object &object, bool value) |
| Sets the value of FaceToCameraIsCylindral property of object. More...
|
|
static BindingSharedPtr | createPositionBinding (Domain *domain, string_view targetRelativePath) |
|
static BindingSharedPtr | createOrientationBinding (Domain *domain, string_view targetRelativePath) |
|
static BindingSharedPtr | createLookAtBinding (Domain *domain, string_view targetRelativePath) |
|
static BindingSharedPtr | createReversedLookAtBinding (Domain *domain, string_view targetRelativePath) |
|
static BindingSharedPtr | createReversedCylindricalLookAtBinding (Domain *domain, string_view targetRelativePath) |
|
static BindingSharedPtr | createLocalPositionBinding (Domain *domain, string_view targetRelativePath) |
|
static BindingSharedPtr | createLocalOrientationBinding (Domain *domain, string_view targetRelativePath) |
|
Contains property types of Constraints.
static bool kanzi::Constraints::isInWorldCoordinates |
( |
const Object & |
object | ) |
|
|
inlinestatic |
Gets the value of InWorldCoordinates property of object.
- Parameters
-
- Returns
- Returns value of the InWorldCoordinates property.
static void kanzi::Constraints::setInWorldCoordinates |
( |
Object & |
object, |
|
|
bool |
value |
|
) |
| |
|
inlinestatic |
Sets the value of InWorldCoordinates property of object.
- Parameters
-
object | An object. |
value | Value of InWorldCoordinatesColor property. |
static bool kanzi::Constraints::isFaceToCamera |
( |
const Object & |
object | ) |
|
|
inlinestatic |
Gets the value of FaceToCamera property of object.
- Parameters
-
- Returns
- Returns value of the FaceToCamera property.
static void kanzi::Constraints::setFaceToCamera |
( |
Object & |
object, |
|
|
bool |
value |
|
) |
| |
|
inlinestatic |
Sets the value of FaceToCamera property of object.
- Parameters
-
object | An object. |
value | Value of FaceToCameraColor property. |
static bool kanzi::Constraints::isFaceToCameraBillboarding |
( |
const Object & |
object | ) |
|
|
inlinestatic |
Gets the value of FaceToCameraIsBillboarding property of object.
- Parameters
-
- Returns
- Returns value of the FaceToCameraIsBillboarding property.
static void kanzi::Constraints::setFaceToCameraIsBillboarding |
( |
Object & |
object, |
|
|
bool |
value |
|
) |
| |
|
inlinestatic |
Sets the value of FaceToCameraIsBillboarding property of object.
- Parameters
-
object | An object. |
value | Value of FaceToCameraIsBillboardingColor property. |
static bool kanzi::Constraints::isFaceToCameraCylindral |
( |
const Object & |
object | ) |
|
|
inlinestatic |
Gets the value of FaceToCameraIsCylindral property of object.
- Parameters
-
- Returns
- Returns value of the FaceToCameraIsCylindral property.
static void kanzi::Constraints::setFaceToCameraIsCylindral |
( |
Object & |
object, |
|
|
bool |
value |
|
) |
| |
|
inlinestatic |
Sets the value of FaceToCameraIsCylindral property of object.
- Parameters
-
object | An object. |
value | Value of FaceToCameraIsCylindralColor property. |
static BindingSharedPtr kanzi::Constraints::createPositionBinding |
( |
Domain * |
domain, |
|
|
string_view |
targetRelativePath |
|
) |
| |
|
static |
static BindingSharedPtr kanzi::Constraints::createOrientationBinding |
( |
Domain * |
domain, |
|
|
string_view |
targetRelativePath |
|
) |
| |
|
static |
static BindingSharedPtr kanzi::Constraints::createLookAtBinding |
( |
Domain * |
domain, |
|
|
string_view |
targetRelativePath |
|
) |
| |
|
static |
static BindingSharedPtr kanzi::Constraints::createReversedLookAtBinding |
( |
Domain * |
domain, |
|
|
string_view |
targetRelativePath |
|
) |
| |
|
static |
static BindingSharedPtr kanzi::Constraints::createReversedCylindricalLookAtBinding |
( |
Domain * |
domain, |
|
|
string_view |
targetRelativePath |
|
) |
| |
|
static |
static BindingSharedPtr kanzi::Constraints::createLocalPositionBinding |
( |
Domain * |
domain, |
|
|
string_view |
targetRelativePath |
|
) |
| |
|
static |
static BindingSharedPtr kanzi::Constraints::createLocalOrientationBinding |
( |
Domain * |
domain, |
|
|
string_view |
targetRelativePath |
|
) |
| |
|
static |
Position property.
The default value is "".
- See also
- setPosition(), getPosition()
PropertyType<string> kanzi::Constraints::OrientationProperty |
|
static |
Orientation property.
The default value is "".
- See also
- setOrientation(), getOrientation()
PropertyType<bool> kanzi::Constraints::InWorldCoordinatesProperty |
|
static |
PropertyType<bool> kanzi::Constraints::FaceToCameraIsBillboardingProperty |
|
static |
PropertyType<bool> kanzi::Constraints::FaceToCameraCylindralProperty |
|
static |
PropertyType<string> kanzi::Constraints::FaceToCameraTargetCameraProperty |
|
static |
FaceToCameraTargetCamera property.
The default value is "".
- See also
- setFaceToCameraTargetCamera(), getFaceToCameraTargetCamera()
LookAt property.
The default value is "".
- See also
- setLookAt(), getLookAt()
The documentation for this class was generated from the following file: