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

    Interface IBrushStrengthController

    Inherited Members
    IBrushController.isInUse
    IBrushController.OnEnterToolMode(BrushShortcutHandler<BrushShortcutType>)
    IBrushController.OnExitToolMode(BrushShortcutHandler<BrushShortcutType>)
    IBrushController.OnSceneGUI(Event, Int32, Terrain, IOnSceneGUI)
    IBrushController.OnInspectorGUI(Terrain, IOnInspectorGUI)
    IBrushController.OnPaint(Terrain, IOnPaint)
    IBrushController.AppendBrushInfo(Terrain, IOnSceneGUI, StringBuilder)
    Namespace: UnityEditor.Experimental.TerrainAPI
    Syntax
    public interface IBrushStrengthController : IBrushController

    Properties

    brushStrength

    Declaration
    float brushStrength { get; set; }
    Property Value
    Type Description
    System.Single
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX