HairPluginMessageData Class Reference Library » 头发
#include <lib_hair.h>
公共成员函数 |
|
| HairPluginMessageData () | |
Public Attributes |
|
| Int32 | version |
| Int32 | size |
| HAIR_MSG_DATA_FLAG | flags |
| void * | data |
| HAIR_MSG_DATA_TYPE | type |
| BaseList2D * | bl |
| HairPluginMessageData | ( | ) |
Default constructor.
| Int32 version |
Version. Read only.
| Int32 size |
Size. Read only.
| HAIR_MSG_DATA_FLAG flags |
The flags. Private .
| void* data |
The plugin data.
| HAIR_MSG_DATA_TYPE type |
The message type. Private .
| BaseList2D * bl |
Private .