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