removeChild(_:)
Removes child from the children list. No-op if child is not a child of this spec.
Declaration
func removeChild(_ child: USDPrim.Spec)Parameters
- child:
The child prim spec to remove.
Removes child from the children list. No-op if child is not a child of this spec.
func removeChild(_ child: USDPrim.Spec)The child prim spec to remove.