Search Results for

    Show / Hide Table of Contents

    Class KTXArrayElement

    For each array element in numberOfArrayElements.

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

    Extension Methods

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