Class ExportNoiseGUI | Terrain Tools | 3.0.2-preview.3
docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023