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. |