add_entity method

add_entity(self, entity)

Add an entity to the node.


def add_entity(self, entity):
    ...
ParameterTypeDescription
entityEntityThe entity to be attached to the node

See Also