setAssetInfo(_:to:)
Sets key in the asset info dictionary to value. Read the full dictionary via field("assetInfo") from FieldCollection.
Declaration
func setAssetInfo(_ key: String, to value: USDValue)Parameters
- key:
The dictionary key.
- value:
The new value.