Class ExportNoiseGUI
Class that implements EditorWindow in order to provide options for exporting noise to textures that can be saved to disk.
Inheritance
System.Object
ExportNoiseGUI
Namespace: UnityEditor.Experimental.TerrainAPI
Syntax
public class ExportNoiseGUI
Constructors
ExportNoiseGUI(NoiseSettings)
Initializes the ExportNoiseWindow instance with the given NoiseSettings instance.
Declaration
public ExportNoiseGUI(NoiseSettings noise)
Parameters
Type | Name | Description |
---|---|---|
NoiseSettings | noise | The NoiseSettings instance to be used with this ExportNoiseWindow instance |
Methods
OnGUI()
Renders the GUI for the ExportNoiseWindow instance
Declaration
public void OnGUI()