Experimental: this API is experimental and might be changed or removed in the future.

ISpriteMeshDataProvider

interface in UnityEditor.Experimental.U2D

切换到手册

描述

处理精灵网格数据的数据提供程序界面。

公共函数

GetEdges返回相应精灵 ID 的网格边缘列表。
GetIndices返回相应精灵 ID 的网格索引列表。
GetVertices返回相应精灵 ID 的顶点数据列表。
SetEdges为相应精灵 ID 设置新的边缘列表。
SetIndices为相应精灵 ID 设置新的索引列表。
SetVertices为相应精灵 ID 设置新的顶点列表。