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 POSITION : SemanticAttribute
Public Class POSITION _
	Inherits SemanticAttribute

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
POSITION()()()()
Initializes a new instance of the POSITION class
POSITION(Int32)
Initializes a new instance of the POSITION 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..::..POSITION
        Visual3D.Graphics3D.Shaders.SharpSL..::..POSITION0
        Visual3D.Graphics3D.Shaders.SharpSL..::..POSITION1
        Visual3D.Graphics3D.Shaders.SharpSL..::..POSITION2
        Visual3D.Graphics3D.Shaders.SharpSL..::..POSITION3

See Also