ProcessorParameter Members
The following tables list the members exposed by the ProcessorParameter type.
Public Properties
Name | Description | |
---|---|---|
![]() |
DefaultValue | Default value of the processor parameter. |
![]() |
Description | Description of the parameter, as specified by the [Description] attribute. |
![]() |
DisplayName | Name of the parameter displayed in the designer, as specified by the [DisplayName] attribute. |
![]() |
IsEnum | Gets a value indicating whether the paramter is an enumeration. |
![]() |
PossibleEnumValues | Available options for enumerated type parameters. |
![]() |
PropertyName | Name of the property, as defined in the C# code. |
![]() |
PropertyType | Type of the parameter. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
ProcessorParameter Class
Microsoft.Xna.Framework.Content.Pipeline Namespace