enum DataFlags { Data_String = 0x01, Data_Float = 0x02, Data_Batching = 0x04 };
Describes the type of data set by the user from ActionScript.
Members |
Description |
Data_String = 0x01 |
Indicates the user data is of type string data. |
Data_Float = 0x02 |
Indicates the user data is of type float data. |
Data_Batching = 0x04 |
Indicates the user data is of type Boolean for batching. |
Render_States.h