init(_:)
Narrows an untyped Spec to a variant set spec.
Declaration
init?(_ spec: USDLayer.Spec)Parameters
- spec:
The spec to narrow.
Return Value
A variant set spec, or nil if spec is not a variant set spec.
Narrows an untyped Spec to a variant set spec.
init?(_ spec: USDLayer.Spec)The spec to narrow.
A variant set spec, or nil if spec is not a variant set spec.