Class KTXFace
For each face in numberOfFaces.
Inherited Members
Namespace: Evergine.Assets.Extensions.KTX
Assembly: Evergine.Assets.dll
Syntax
public class KTXFace
Constructors
KTXFace(byte[])
Initializes a new instance of the KTXFace class.
Declaration
public KTXFace(byte[] data)
Parameters
Type | Name | Description |
---|---|---|
byte[] | data | The ktx face data. |
Properties
Data
Gets the ktx face data.
Declaration
public byte[] Data { get; }
Property Value
Type | Description |
---|---|
byte[] |