ContentProcessor Members
The following tables list the members exposed by the ContentProcessor type.
Protected Constructors
Name | Description | |
---|---|---|
ContentProcessor | Initializes a new instance of the ContentProcessor class. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Process | Processes the specified input data and returns the result. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
Microsoft.Xna.Framework.Content.Pipeline.IContentProcessor.InputType | Gets the expected object type of the input parameter to IContentProcessor.Process. | |
Microsoft.Xna.Framework.Content.Pipeline.IContentProcessor.OutputType | Gets the object type returned by IContentProcessor.Process. | |
Microsoft.Xna.Framework.Content.Pipeline.IContentProcessor.Process | Processes the specified input data and returns the result. |
See Also
Reference
ContentProcessor Generic Class
Microsoft.Xna.Framework.Content.Pipeline Namespace