Contents

relationship(at:)

Returns the relationship spec at the given path.

Declaration

func relationship(at path: USDLayer.Path) -> USDPrim.Relationship.Spec?

Parameters

  • path:

    The path to look up.

Return Value

The relationship spec, or nil if none is authored at path.

See Also

Accessing scene description by path