Contents

attribute(named:)

Returns the attribute with a given name on this prim.

Declaration

func attribute(named name: USDToken) -> USDPrim.Attribute

Discussion

If no attribute named name exists on this prim, returns an invalid attribute handle.

See Also

Accessing attributes