Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / TextureBase.textureUnitType Enumeration

In This Topic
    TextureBase.textureUnitType Enumeration
    In This Topic
    Texture units definitions
    Syntax
    'Declaration
     
    Public Enum TextureBase.textureUnitType 
       Inherits System.Enum
    public enum TextureBase.textureUnitType : System.Enum 
    Members
    MemberDescription
    AlphaTexture Texture unit for alpha maps.
    Background Texture unit for background
    Base Texture unit for standard textures
    Environment Texture unit for environment
    ShadowMap Texture unit for shadow maps.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.TextureBase.textureUnitType

    See Also