Show / Hide Table of Contents

Class PostprocessorCreator

Factory for postprocessors.

Inheritance
System.Object
PostprocessorCreator
Namespace: CarbideFunction.Wildtile.Postprocessing
Syntax
public abstract class PostprocessorCreator : ScriptableObject

Methods

CreatePostprocessor(Settings)

This will be called each time the tileset is imported. You can implement this abstract method to introduce tileset-specific rules.

Declaration
public abstract Postprocessor CreatePostprocessor(Settings importerSettings)
Parameters
Type Name Description
Settings importerSettings
Returns
Type Description
Postprocessor
In This Article
Generated by DocFX Version: 4.1.0 - click to show/hide other versions