SemanticAttribute constructor

init

Initialize a SemanticAttribute

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

init

Initialize a SemanticAttribute

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

See Also