Class PointsToTriangleVertices
Inheritance
object
PointsToTriangleVertices
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
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> |
|