Nostalgia  2.1.5
TilePolygonCollider.Path Class Reference

Class that stores the vertices of each path More...

Public Attributes

Vector2[] points
 Array of vertices More...
 

Detailed Description

Class that stores the vertices of each path

Member Data Documentation

Vector2 [] points
Initial value:
= new Vector2[] {
new Vector2(-0.5f,0.5f),
new Vector2(0.5f,0.5f),
new Vector2(0.5f,-0.5f),
new Vector2(-0.5f,-0.5f),
}

Array of vertices