Gets the type of this texture.
Namespace: HighGLAssembly: HighGL (in HighGL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Texture..::..TextureType Type { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Type As Texture..::..TextureType Get |
| Visual C++ |
|---|
public: property Texture..::..TextureType Type { Texture..::..TextureType get (); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | If this object was disposed. |