Class KTXKeyValuePair
The KTX key value pair class.
Inherited Members
Namespace: Evergine.Assets.Extensions.KTX
Assembly: Evergine.Assets.dll
Syntax
public class KTXKeyValuePair
Constructors
KTXKeyValuePair(string, byte[])
Initializes a new instance of the KTXKeyValuePair class.
Declaration
public KTXKeyValuePair(string key, byte[] value)
Parameters
Type | Name | Description |
---|---|---|
string | key | The pair key. |
byte[] | value | The pair value. |
Properties
Key
Gets the key.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
string |
Value
Gets the data value.
Declaration
public byte[] Value { get; }
Property Value
Type | Description |
---|---|
byte[] |