Show / Hide Table of Contents

Class TilesetImporter

This class is an editor-only asset that stores the import settings for a model, so that the model can be reliably reimported to modules in a marching cubes asset.

Inheritance
System.Object
TilesetImporter
Namespace: CarbideFunction.Wildtile
Syntax
public class TilesetImporter : ScriptableObject

Fields

destinationTileset

Declaration
public Tileset destinationTileset
Field Value
Type Description
Tileset

importerSettings

Declaration
public Settings importerSettings
Field Value
Type Description
Settings

onTilesetChanged

Declaration
public static TilesetImporter.OnTilesetChanged onTilesetChanged
Field Value
Type Description
TilesetImporter.OnTilesetChanged

postprocessorCreator

Declaration
public PostprocessorCreator postprocessorCreator
Field Value
Type Description
PostprocessorCreator

sourceModel

Declaration
public GameObject sourceModel
Field Value
Type Description
GameObject

Methods

NotifyChanged()

Declaration
public void NotifyChanged()
In This Article
Generated by DocFX Version: 3.2.1 - click to show/hide other versions