mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Moved Polygon into the Spine namespace.
This commit is contained in:
parent
7c9f72eef7
commit
2e46d250e5
@ -207,13 +207,13 @@ namespace Spine {
|
|||||||
return index == -1 ? null : Polygons[index];
|
return index == -1 ? null : Polygons[index];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
public class Polygon {
|
public class Polygon {
|
||||||
public float[] Vertices { get; set; }
|
public float[] Vertices { get; set; }
|
||||||
public int Count { get; set; }
|
public int Count { get; set; }
|
||||||
|
|
||||||
public Polygon () {
|
public Polygon () {
|
||||||
Vertices = new float[16];
|
Vertices = new float[16];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user