setCustomData(_:to:)
Sets key in customData to value.
Declaration
mutating func setCustomData(_ key: String, to value: USDValue)Parameters
- key:
The dictionary key.
- value:
The new value.
Sets key in customData to value.
mutating func setCustomData(_ key: String, to value: USDValue)The dictionary key.
The new value.