RelationshipTargetBase#

class omni.usd.commands.RelationshipTargetBase(
relationship: Relationship,
target: Path,
)#

Bases: Command

Base class of relationship related commands.

Methods

__init__(relationship, target)

undo()

__init__(
relationship: Relationship,
target: Path,
)#