Contents

attribute(at:)

Returns the attribute spec at the given path.

Declaration

func attribute(at path: USDLayer.Path) -> USDPrim.Attribute.Spec?

Parameters

  • path:

    The path to look up.

Return Value

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

See Also

Accessing scene description by path