Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    TextureDimension Enum

    Namespace: Stride.Graphics
    Assembly: Stride.dll

    Defines the dimension of a texture.

    [DataContract]
    public enum TextureDimension

    Fields

    Name Description
    Texture1D

    The texture dimension is 1D.

    Texture2D

    The texture dimension is 2D.

    Texture3D

    The texture dimension is 3D.

    TextureCube

    The texture dimension is a CubeMap.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<TextureDimension>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<TextureDimension>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation