Contents

attribute(at:)

Returns the attribute at a given path, relative to this prim.

Declaration

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

Discussion

If path is relative, it is anchored to this prim’s path. If no attribute exists at the resolved path, returns an invalid attribute handle.

See Also

Accessing attributes