Search Results for

    Show / Hide Table of Contents

    Class TextureDimensions

    Defines the dimension of a texture object.

    Inheritance
    System.Object
    TextureDimensions
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class TextureDimensions : Enum

    Fields

    CubeTexture

    The cube texture (2d texture array of 6 items).

    Declaration
    public const TextureDimensions CubeTexture
    Field Value
    TextureDimensions

    Texture

    The texture (2d).

    Declaration
    public const TextureDimensions Texture
    Field Value
    TextureDimensions

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    VolumeTexture

    The volume texture (3d texture).

    Declaration
    public const TextureDimensions VolumeTexture
    Field Value
    TextureDimensions

    Extension Methods

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