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.