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