Search Results for

    Show / Hide Table of Contents

    Class PointsToTriangleVertices

    Inheritance
    object
    PointsToTriangleVertices
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class PointsToTriangleVertices

    Constructors

    PointsToTriangleVertices(IReadOnlyList<Vector2>)

    Declaration
    public PointsToTriangleVertices(IReadOnlyList<Vector2> points)
    Parameters
    Type Name Description
    System.Collections.Generic.IReadOnlyList<T><UnityEngine.Vector2> points

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int

    this[int]

    Declaration
    public Vector2 this[int index] { get; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    UnityEngine.Vector2

    Methods

    GetEnumerator()

    Declaration
    public IEnumerator<Vector2> GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<T><UnityEngine.Vector2>
    In This Article
    Back to top Shape of Dreams API Documentation