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 KTXKey
Declaration
public KTXKeyValuePair(string key, byte[] value)
Parameters
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[] |