Class PolyNode | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class PolyNode

    Inheritance
    System.Object
    PolyNode
    PolyTree
    Namespace: UnityEngine.U2D.SpriteShapeClipperLib
    Syntax
    public class PolyNode

    Properties

    ChildCount

    Declaration
    public int ChildCount { get; }
    Property Value
    Type Description
    System.Int32

    Childs

    Declaration
    public List<PolyNode> Childs { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<PolyNode>

    Contour

    Declaration
    public List<IntPoint> Contour { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<IntPoint>

    IsHole

    Declaration
    public bool IsHole { get; }
    Property Value
    Type Description
    System.Boolean

    IsOpen

    Declaration
    public bool IsOpen { get; set; }
    Property Value
    Type Description
    System.Boolean

    Parent

    Declaration
    public PolyNode Parent { get; }
    Property Value
    Type Description
    PolyNode

    Methods

    GetNext()

    Declaration
    public PolyNode GetNext()
    Returns
    Type Description
    PolyNode
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX