docs.unity.cn
    Show / Hide Table of Contents

    Interface IShape

    Namespace: UnityEditor.U2D.Path
    Syntax
    public interface IShape

    Properties

    isOpenEnded

    Declaration
    bool isOpenEnded { get; }
    Property Value
    Type Description
    Boolean

    type

    Declaration
    ShapeType type { get; }
    Property Value
    Type Description
    ShapeType

    Methods

    ToControlPoints()

    Declaration
    ControlPoint[] ToControlPoints()
    Returns
    Type Description
    ControlPoint[]
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, March 1, 2022
    Terms of use