Open Search

    Detailed Description

    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_VARIABLEFIELD
     
    #define TAG_ICONCHOOSER_PARENT_IGNORE
     
    #define TAG_MODIFYMATRIX
     

    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.

    ◆ TAG_VARIABLEFIELD

    #define TAG_VARIABLEFIELD

    The tag is a variable tag with field.

    ◆ TAG_ICONCHOOSER_PARENT_IGNORE

    #define TAG_ICONCHOOSER_PARENT_IGNORE

    ex ID_ICONCHOOSER_SETTINGS_PARENT_IGNORE in settings container

    ◆ TAG_MODIFYMATRIX

    #define TAG_MODIFYMATRIX

    The tag creates a copy of the local matrix and modifies it.