Kanzi  3.9.9
Kanzi Engine Java API
KzuPropertyBinaryTargetAttribute Enum Reference

Binding property field (binary file). More...

Inheritance diagram for KzuPropertyBinaryTargetAttribute:
[legend]

Public Member Functions

 KzuPropertyBinaryTargetAttribute (int value)
 Constructs a KzuPropertyBinaryTargetAttribute of an integer value. More...
 
 KzuPropertyBinaryTargetAttribute (KzuPropertyBinaryTargetAttribute enum_)
 Constructs a copy of a KzuPropertyBinaryTargetAttribute object. More...
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 Returns the integer value of the enumeration constant. More...
 

Static Public Member Functions

static KzuPropertyBinaryTargetAttribute swigToEnum (int swigValue)
 Converts an integer value to the matching enumeration constant. More...
 
static KzuPropertyBinaryTargetAttribute toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

Public Attributes

 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_COLOR_A =(13)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_COLOR_B =(12)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_COLOR_G =(11)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_COLOR_R =(10)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_ROTATION =(19)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_ROTATION_X =(8)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_ROTATION_Y =(7)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_ROTATION_Z =(6)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_SCALE =(18)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_SCALE_X =(3)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_SCALE_Y =(4)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_SCALE_Z =(5)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_TRANSLATION =(20)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_TRANSLATION_X =(0)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_TRANSLATION_Y =(1)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_TRANSLATION_Z =(2)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_VECTOR_W =(17)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_VECTOR_X =(14)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_VECTOR_Y =(15)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_VECTOR_Z =(16)
 
 KZU_PROPERTY_BINARY_TARGET_ATTRIBUTE_WHOLE_PROPERTY =(9)
 

Detailed Description

Binding property field (binary file).

Constructor & Destructor Documentation

Constructs a KzuPropertyBinaryTargetAttribute of an integer value.

Parameters
valueInteger value to convert to enumeration constant.

Constructs a copy of a KzuPropertyBinaryTargetAttribute object.

Parameters
enum_KzuPropertyBinaryTargetAttribute to be copy constructed.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static KzuPropertyBinaryTargetAttribute swigToEnum ( int  swigValue)
static

Converts an integer value to the matching enumeration constant.

Used internally by SWIG generated code.

Parameters
swigValueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.
final int swigValue ( )

Returns the integer value of the enumeration constant.

Used internally by SWIG generated code.

Returns
Integer value.
static KzuPropertyBinaryTargetAttribute toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.