Nevron .NET Vision
Nevron.GraphicsCore Namespace / ENGraphicsState Enumeration


In This Topic
    ENGraphicsState Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum ENGraphicsState 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENGraphicsState
    public enum ENGraphicsState : System.Enum 
    Members
    MemberDescription
    AmbientLightColor 
    Blending 
    Color 
    ColorWrite 
    CullingMode 
    DepthBias 
    DepthFunction 
    DepthRange 
    DepthTest 
    DepthWrite 
    DirectionalLightDirection 
    DisableClipPlane 
    EnableClipPlane 
    LightColors 
    Lighting 
    LightSlot 
    LineAntialiasing 
    LinePattern 
    LineWidth 
    LocalViewer 
    Material 
    PointAntialiasing 
    PointLightAttenuation 
    PointLightCutoff 
    PointLightPosition 
    PointSize 
    PolygonAntialiasing 
    ProjectionMatrix 
    SetClipPlane 
    SpotLightCutoffAndExponent 
    SpotLightDirection 
    TexCoordGeneration 
    TexCoordGenerationPlanes 
    Texture 
    TwoSideLighting 
    VertexColor 
    ViewMatrix 
    Viewport 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.ENGraphicsState

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also