subscript(_:)
Returns the variant set with the specified name, or nil if no variant set with that name exists on the prim.
Declaration
subscript(name: String) -> USDPrim.VariantSet? { get }Parameters
- name:
The name of the variant set.
Return Value
The variant set, or nil if no variant set with that name exists on the prim.