Search Results for

    Show / Hide Table of Contents

    Class KTXFace

    For each face in numberOfFaces.

    Inheritance
    object
    KTXFace
    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[]

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX