Contents

property(named:)

Returns the property with a given name on this prim.

Declaration

func property(named name: USDToken) -> USDPrim.Property

Discussion

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

See Also

Accessing properties