docs.unity.cn
    Show / Hide Table of Contents

    Class PathEditor

    Inheritance
    Object
    PathEditor
    Namespace: UnityEditor.U2D.Path
    Syntax
    public class PathEditor : object

    Constructors

    PathEditor()

    Declaration
    public PathEditor()

    PathEditor(GUISystem)

    Declaration
    public PathEditor(GUISystem guiSystem)
    Parameters
    Type Name Description
    GUISystem guiSystem

    Properties

    controller

    Declaration
    public IEditablePathController controller { get; set; }
    Property Value
    Type Description
    IEditablePathController

    drawerOverride

    Declaration
    public IDrawer drawerOverride { get; set; }
    Property Value
    Type Description
    IDrawer

    linearTangentIsZero

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

    Methods

    OnGUI()

    Declaration
    public void OnGUI()
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, March 1, 2022
    Terms of use