Class AnnotationTool.Preferences | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Class AnnotationTool.Preferences

    Inheritance
    Object
    AnnotationTool.Preferences
    Namespace: UnityEditor.Experimental.EditorVR.Tools
    Syntax
    [Serializable]
    public class Preferences

    Properties

    annotationColor

    Declaration
    public Color annotationColor { get; set; }
    Property Value
    Type Description
    Color

    brushSize

    Declaration
    public float brushSize { get; set; }
    Property Value
    Type Description
    Single

    meshGroupingMode

    Declaration
    public bool meshGroupingMode { get; set; }
    Property Value
    Type Description
    Boolean

    pressureSensitive

    Declaration
    public bool pressureSensitive { get; set; }
    Property Value
    Type Description
    Boolean

    pressureSmoothing

    Declaration
    public float pressureSmoothing { get; set; }
    Property Value
    Type Description
    Single
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX