SetRelationshipTargetsCommand

class omni.usd.commands.SetRelationshipTargetsCommand(relationship: Relationship, targets: List[Path])

Bases: RelationshipTargetBase

Set target(s) to a relationship

Methods

__init__(relationship, targets)

do()

__init__(relationship: Relationship, targets: List[Path])