Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This method is available only when developing for Windows.
No-operation process that simply returns the input argument.
Syntax
'Declaration
Public Overrides Function Process ( _
input As Object, _
context As ContentProcessorContext _
) As Object
public override Object Process (
Object input,
ContentProcessorContext context
)
public:
Object Process(
Object input,
ContentProcessorContext context
) override
Parameters
- input
Type: Object
The input argument. - context
Type: ContentProcessorContext
Context for the specified processor.
Return Value
Type: Object
The unmodified input argument.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Processors
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
PassThroughProcessor Class
PassThroughProcessor Members
Microsoft.Xna.Framework.Content.Pipeline.Processors Namespace
Platforms
Windows 7, Windows Vista, Windows XP