Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

Namespace: Visual3D.Graphics3D.Shaders.SharpSL
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public class NORMAL : SemanticAttribute
Public Class NORMAL _
	Inherits SemanticAttribute

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
NORMAL()()()()
Initializes a new instance of the NORMAL class
NORMAL(Int32)
Initializes a new instance of the NORMAL class
Index (Inherited from SemanticAttribute.)
Name (Inherited from SemanticAttribute.)
UseAutoIndex (Inherited from SemanticAttribute.)

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Visual3D.Graphics3D.Shaders.SharpSL..::..SemanticAttribute
      Visual3D.Graphics3D.Shaders.SharpSL..::..NORMAL
        Visual3D.Graphics3D.Shaders.SharpSL..::..NORMAL0
        Visual3D.Graphics3D.Shaders.SharpSL..::..NORMAL1
        Visual3D.Graphics3D.Shaders.SharpSL..::..NORMAL2
        Visual3D.Graphics3D.Shaders.SharpSL..::..NORMAL3

See Also