Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Custom attribute to mark methods as handling the parsing for a material script attribute.

Namespace: Visual3D.Assets.Importers.Ogre
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public sealed class AttributeParserAttribute : Attribute
Public NotInheritable Class AttributeParserAttribute _
	Inherits Attribute

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AttributeParserAttribute(String, String)
Initializes a new instance of the AttributeParserAttribute class
Name
ParserType

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Visual3D.Assets.Importers.Ogre..::..AttributeParserAttribute

See Also