interface in UnityEditor.Experimental.U2D
Data Provider interface that deals with Sprite mesh data.
| GetEdges | Returns the list of mesh edges for the corresponding Sprite ID. |
| GetIndices | Returns the list of mesh index for the corresponding Sprite ID. |
| GetVertices | Returns the list of vertex datas for the corresponding Sprite ID. |
| SetEdges | Sets a new list of edges for the corresponding Sprite ID. |
| SetIndices | Sets a new list of indices for the corresponding Sprite ID. |
| SetVertices | Sets a new list of vertices for the corresponding Sprite ID. |
Did you find this page useful? Please give it a rating: