CustomProperty Struct Reference

#include <c4d_customguidata.h>

详细描述

A resource file property.
Usually used in an array like:

CustomProperty g_LinkBoxProps[] = { { CUSTOMTYPE::FLAG , LINKBOX_HIDE_ICON , "HIDE_ICON" }, { CUSTOMTYPE::END , 0, "" } };
注意
Such arrays must be terminated with a CUSTOMTYPE::END entry.

Public Attributes

CUSTOMTYPE   type
Int32   id
const Char ident

Member Data Documentation

◆  type

CUSTOMTYPE type

The entry type: CUSTOMTYPE .

◆  id

Int32 id

The custom property ID.
使用 CUSTOMTYPE::HIDE_ID to hide this property in the AM User Data manager (e.g. compatibility option).

◆  ident

const Char * ident

The string identifier.

CUSTOMTYPE::END
@ END
End marker.
LINKBOX_HIDE_ICON
@ LINKBOX_HIDE_ICON
Bool Hide the icon.
定义: customgui_linkbox.h:28
CustomProperty
定义: c4d_customguidata.h:113
CUSTOMTYPE::FLAG
@ FLAG
Bool data. (Either the property is there or not.)