setAssetInfo(_:to:)
Sets key in the asset info dictionary to value.
Declaration
func setAssetInfo(_ key: String, to value: USDValue)Parameters
- key:
The dictionary key.
- value:
The new value.
Sets key in the asset info dictionary to value.
func setAssetInfo(_ key: String, to value: USDValue)The dictionary key.
The new value.