Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Enum identifying the texture type.
Namespace: Visual3D.Graphics3DAssembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic |
public enum TextureType
Public Enumeration TextureType
Members
| Member | Value | Description |
|---|---|---|
| OneD | 1 |
1D texture, used in combination with 1D texture coordinates.
|
| TwoD | 2 |
2D texture, used in combination with 2D texture coordinates (default).
|
| ThreeD | 3 |
3D volume texture, used in combination with 3D texture coordinates.
|
| CubeMap | 4 |
3D cube map, used in combination with 3D texture coordinates.
|