Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

shapeIndex

The index of the blend shape.

frameIndex

The index of the frame within the blend shape.

The array of blend shape vertices to update the frame with.