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 |
| #define TAG_VISIBLE |
The tag can be seen in the Object Manager.
| #define TAG_MULTIPLE |
Multiple copies of the tag allowed on a single object.
| #define TAG_HIERARCHICAL |
The tag works hierarchical, so that sub-objects inherit its properties (e.g. the material tag).
| #define TAG_EXPRESSION |
The tag is an expression.
| #define TAG_TEMPORARY |
Private.
| #define TAG_MODIFYOBJECT |
Private.
| #define TAG_ADDTOTAKEGROUP |
The tag is added to the Take override groups system.
| #define TAG_IMPLEMENTS_DRAW_FUNCTION |
The tag implements the ::Draw function.