TAG Enumeration

详细描述

Macros

#define  TAG_VISIBLE
#define  TAG_MULTIPLE
#define  TAG_HIERARCHICAL
#define  TAG_EXPRESSION
#define  TAG_TEMPORARY
#define  TAG_MODIFYOBJECT
#define  TAG_ADDTOTAKEGROUP
#define  TAG_IMPLEMENTS_DRAW_FUNCTION

Macro Definition Documentation

◆  TAG_VISIBLE

#define TAG_VISIBLE

The tag can be seen in the Object Manager.

◆  TAG_MULTIPLE

#define TAG_MULTIPLE

Multiple copies of the tag allowed on a single object.

◆  TAG_HIERARCHICAL

#define TAG_HIERARCHICAL

The tag works hierarchical, so that sub-objects inherit its properties (e.g. the material tag).

◆  TAG_EXPRESSION

#define TAG_EXPRESSION

The tag is an expression.

◆  TAG_TEMPORARY

#define TAG_TEMPORARY

Private .

◆  TAG_MODIFYOBJECT

#define TAG_MODIFYOBJECT

Private .

◆  TAG_ADDTOTAKEGROUP

#define TAG_ADDTOTAKEGROUP

The tag is added to the Take override groups system.

◆  TAG_IMPLEMENTS_DRAW_FUNCTION

#define TAG_IMPLEMENTS_DRAW_FUNCTION

The tag implements the ::Draw function.