SemanticAttribute constructor

__init__(self, semantic)

Initialize a SemanticAttribute


def __init__(self, semantic):
    ...
ParameterTypeDescription
semanticVertexFieldSemanticThe semantic of the struct’s field.

__init__(self, semantic, alias)

Initialize a SemanticAttribute


def __init__(self, semantic, alias):
    ...
ParameterTypeDescription
semanticVertexFieldSemanticThe semantic of the struct’s field.
aliasstrAlias of the field.

See Also