Scaleform::Render::UserDataState::Data::DataFlags

Scaleform::Render::UserDataState::Data::DataFlags
enum DataFlags {
  Data_String = 0x01,
  Data_Float = 0x02,
  Data_Batching = 0x04
};
Description

Describes the type of data set by the user from ActionScript.

Members
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. 
File

Render_States.h