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