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

    Interface IBrushSizeController

    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 IBrushSizeController : IBrushController

    Properties

    brushSize

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