add(_:)
Adds a new variant set to the prim.
Declaration
@discardableResult func add(_ variantSetName: String) throws -> USDPrim.VariantSetParameters
- variantSetName:
The name of the variant set to add.
Return Value
The newly added variant set.
Adds a new variant set to the prim.
@discardableResult func add(_ variantSetName: String) throws -> USDPrim.VariantSetThe name of the variant set to add.
The newly added variant set.