ContentProcessor<TInput,TOutput> Class (Microsoft.Xna.Framework.Content.Pipeline)

Provides a base class to use when developing custom processor components. All processors must derive from this class.
System.Object
   Microsoft.Xna.Framework.Content.Pipeline.ContentProcessor<TInput,TOutput>
   More...

Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public abstract class ContentProcessor<TInput,TOutput> : IContentProcessor

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

The ContentProcessor<TInput,TOutput> type exposes the following members.

  Platforms Name Description
ContentProcessor<TInput,TOutput> Initializes a new instance of the ContentProcessor class. 
Top
  Platforms Name Description
Process Processes the specified input data and returns the result. 
Top
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop