interface in UnityEditor.Experimental.U2D
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseData 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. |