ContentProcessor<TInput, TOutput>

class ContentProcessor<TInput, TOutput> : System.Object, IContentProcessor

Provides a base class to use when developing custom processor components. All processors must derive from this class.

Type Parameters:
 
  • TInput
  • TOutput
public abstract Microsoft.Xna.Framework.Content.Pipeline.TOutput Process(Microsoft.Xna.Framework.Content.Pipeline.TInput input, ContentProcessorContext context)
Parameters:
  • input (Microsoft.Xna.Framework.Content.Pipeline.TInput) –
  • context (Microsoft.Xna.Framework.Content.Pipeline.ContentProcessorContext) –