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
Syntax
public class TilesetImporter : ScriptableObject
Fields
destinationTileset
Declaration
public Tileset destinationTileset
Field Value
importerSettings
Declaration
public Settings importerSettings
Field Value
onTilesetChanged
Declaration
public static TilesetImporter.OnTilesetChanged onTilesetChanged
Field Value
postprocessorCreator
Declaration
public PostprocessorCreator postprocessorCreator
Field Value
sourceModel
Declaration
public GameObject sourceModel
Field Value
Type |
Description |
GameObject |
|
Methods
NotifyChanged()
Declaration
public void NotifyChanged()