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
value__
Declaration
public int value__
Field Value
System.Int32
|
VolumeTexture
The volume texture (3d texture).
Declaration
public const TextureDimensions VolumeTexture
Field Value
TextureDimensions
|