Class ExportNoiseWindow | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ExportNoiseWindow

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

    Inheritance
    System.Object
    ExportNoiseWindow
    Namespace: UnityEditor.Experimental.TerrainAPI
    Syntax
    public class ExportNoiseWindow : EditorWindow

    Methods

    Init(NoiseSettings)

    Initializes the ExportNoiseWindow instance with the given NoiseSettings instance.

    Declaration
    public void Init(NoiseSettings noise)
    Parameters
    Type Name Description
    NoiseSettings noise

    The NoiseSettings instance to be used with this ExportNoiseWindow instance

    OnGUI()

    Renders the GUI for the ExportNoiseWindow instance

    Declaration
    public void OnGUI()

    ShowWindow(NoiseSettings)

    Declaration
    public static void ShowWindow(NoiseSettings noise)
    Parameters
    Type Name Description
    NoiseSettings noise
    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