Version: 2019.2
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> A read-only list of.

説明

Retrieves a strided accessor to the internal vertex attributes.

This is the only way to access all the various channels of the vertex attributes.

Here are the types corresponding to the VertexAttributes.

Position -> Vector3

Normal -> Vector3

Color -> Color32

UV0-3 -> Vector2

Tangent -> Vector4.