Class ExportNoiseGUI | Terrain Tools | 3.0.2-preview.3
docs.unity.cn
    Show / Hide Table of Contents

    Class ExportNoiseGUI

    Class that implements EditorWindow in order to provide options for exporting noise to textures that can be saved to disk.

    Inheritance
    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()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 10 November 2020