UpdateBlendShapeFrame(int, int, NativeArray<SpriteBlendShapeVertex>)
Updates the vertices of an existing blend shape frame.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public void UpdateBlendShapeFrame(int shapeIndex, int frameIndex, NativeArray<SpriteBlendShapeVertex> vertices)
Parameters
The index of the blend shape.
The index of the frame within the blend shape.
The array of blend shape vertices to update the frame with.