AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzXomlBindings.h>
Public Member Functions | |
CzXomlBinding () | |
Public Attributes | |
unsigned int | Property |
Target property name as a string hash that is updatd with the variables value. | |
CzXomlVariable * | Variable |
Variable that contains the value that is bound to the target property. | |
CzXomlVariableInt * | IndexVar |
Cached index variable. | |
CzString | VIndex |
Index variable (if not empty then this will be taken as a variable that holds the index) | |
int | Index |
Index into array of binding variables. |
CzXomlBinding::CzXomlBinding | ( | ) | [inline] |
Index into array of binding variables.
Cached index variable.
unsigned int CzXomlBinding::Property |
Target property name as a string hash that is updatd with the variables value.
Variable that contains the value that is bound to the target property.
Index variable (if not empty then this will be taken as a variable that holds the index)