attribute(named:)
Returns the attribute with a given name on this prim.
Declaration
func attribute(named name: USDToken) -> USDPrim.AttributeDiscussion
If no attribute named name exists on this prim, returns an invalid attribute handle.
Returns the attribute with a given name on this prim.
func attribute(named name: USDToken) -> USDPrim.AttributeIf no attribute named name exists on this prim, returns an invalid attribute handle.