Search Results for

    Show / Hide Table of Contents

    Class TextureBase.InitData.MipData

    The mip data container.

    Inheritance
    System.Object
    TextureBase.InitData.MipData
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class MipData : ValueType

    Fields

    Data

    The texture data. Use RowPitch and SlicePitch to define the storage format.

    Declaration
    public byte[] Data
    Field Value
    System.Byte[]

    RowPitch

    The data container image row pitch (in bytes).

    Declaration
    public int RowPitch
    Field Value
    System.Int32

    SlicePitch

    The data container image slice pitch (in bytes).

    Declaration
    public int SlicePitch
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat