Kanzi  3.9.8
Kanzi Engine Java API
KzuPropertyBinaryTargetAttribute Enum Reference

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

Inheritance diagram for KzuPropertyBinaryTargetAttribute:
[legend]

Public Member Functions

 KzuPropertyBinaryTargetAttribute (int mValue)
 
 KzuPropertyBinaryTargetAttribute (KzuPropertyBinaryTargetAttribute enum_)
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 

Static Public Member Functions

static KzuPropertyBinaryTargetAttribute swigToEnum (int swigValue)
 
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).

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

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.