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

SpriteDataAccessExtensions.GetVertexAttribute

切换到手册
public static NativeSlice<T> GetVertexAttribute (Sprite sprite, Rendering.VertexAttribute channel);

返回

NativeSlice<T> 只读列表。

描述

检索内部顶点属性的跨越式访问器。

这是访问顶点属性的所有通道的唯一方法。

以下是与各个 VertexAttribute 相对应的类型。

Position > Vector3

Normal > Vector3

Color > Color32

UV0-3 > Vector2

Tangent > Vector4。