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

SpriteDataAccessExtensions.GetVertexAttribute

Switch to Manual
public static NativeSlice<T> GetVertexAttribute (Sprite sprite, Experimental.Rendering.VertexAttribute channel);

Returns

NativeSlice<T> A read-only list of.

Description

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.