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

    Interface IBrushModifierKeyController

    Namespace: UnityEditor.Experimental.TerrainAPI
    Syntax
    public interface IBrushModifierKeyController

    Methods

    ModifierActive(BrushModifierKey)

    Declaration
    bool ModifierActive(BrushModifierKey k)
    Parameters
    Type Name Description
    BrushModifierKey k
    Returns
    Type Description
    Boolean

    OnEnterToolMode()

    Declaration
    void OnEnterToolMode()

    OnExitToolMode()

    Declaration
    void OnExitToolMode()

    Events

    OnModifierPressed

    Declaration
    event Action<BrushModifierKey> OnModifierPressed
    Event Type
    Type Description
    Action<BrushModifierKey>

    OnModifierReleased

    Declaration
    event Action<BrushModifierKey> OnModifierReleased
    Event Type
    Type Description
    Action<BrushModifierKey>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 10 November 2020