Interface IBrushNoiseController | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Interface IBrushNoiseController

    Namespace: UnityEditor.Experimental.TerrainAPI
    Syntax
    public interface IBrushNoiseController

    Methods

    Blit(BrushTransform, ref RenderTexture)

    Declaration
    void Blit(BrushTransform brushXform, ref RenderTexture target)
    Parameters
    Type Name Description
    BrushTransform brushXform
    RenderTexture target

    OnInspectorGUI(Terrain, IOnInspectorGUI)

    Declaration
    void OnInspectorGUI(Terrain terrain, IOnInspectorGUI editContext)
    Parameters
    Type Name Description
    Terrain terrain
    IOnInspectorGUI editContext
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX