Struct OiioWrapper.Attribute
A struct (key value pair) used to encode metadata in an image.
Inherited Members
Namespace: UnityEditor.Bindings.OpenImageIO
Assembly: Unity.Bindings.OpenImageIO.Editor.dll
Syntax
public struct OiioWrapper.Attribute
Fields
key
Attribute key (its unique name as expected by OIIO)
Declaration
public FixedString4096Bytes key
Field Value
| Type | Description |
|---|---|
| FixedString4096Bytes |
value
Attribute value
Declaration
public FixedString4096Bytes value
Field Value
| Type | Description |
|---|---|
| FixedString4096Bytes |