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 TransparencyDetailParamAttribute : PermutationValueAttribute
Public Class TransparencyDetailParamAttribute _
	Inherits PermutationValueAttribute

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
TransparencyDetailParamAttribute()()()()
Initializes a new instance of the TransparencyDetailParamAttribute class
TransparencyDetailParamAttribute(array<Object>[]()[][])
Initializes a new instance of the TransparencyDetailParamAttribute class
ExcludedFromGroups (Inherited from PermutationValueAttribute.)
IncludedInGroups (Inherited from PermutationValueAttribute.)
Name (Inherited from PermutationValueAttribute.)
Order (Inherited from PermutationValueAttribute.)
ReadOnly (Inherited from PermutationValueAttribute.)
UseValues (Inherited from PermutationValueAttribute.)

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Visual3D.Graphics3D.Shaders.SharpSL..::..PermutationValueAttribute
      Visual3D.Graphics3D.Shaders.SharpSL..::..TransparencyDetailParamAttribute

See Also