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()

HairPluginMessageData ( )

Default constructor.

Member Data Documentation

◆  version

Int32 version

Version. Read only.

◆  size

Int32 size

Size. Read only.

◆  flags

HAIR_MSG_DATA_FLAG flags

The flags. Private .

◆  data

void* data

The plugin data.

◆  type

HAIR_MSG_DATA_TYPE type

The message type. Private .

◆  bl

BaseList2D * bl

Private .