Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / ShaderParameters Class / Set Method

In This Topic
    Set Method (ShaderParameters)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Set( _
       ByVal texture As Boolean, _
       ByVal lighting As Boolean, _
       ByVal multicolor As Boolean, _
       ByVal texture1D As Boolean _
    ) 
    public void Set( 
       bool texture,
       bool lighting,
       bool multicolor,
       bool texture1D
    )

    Parameters

    texture
    lighting
    multicolor
    texture1D
    See Also