IContentProcessor Members
The following tables list the members exposed by the IContentProcessor type.
Public Properties
Name | Description | |
---|---|---|
InputType | Gets the expected object type of the input parameter to IContentProcessor.Process. | |
OutputType | Gets the object type returned by IContentProcessor.Process. |
Public Methods
Name | Description | |
---|---|---|
Process | Processes the specified input data and returns the result. |
See Also
Reference
IContentProcessor Interface
Microsoft.Xna.Framework.Content.Pipeline Namespace