Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetBlendShapeFrameVertexCount(int, int)

Returns the number of vertices in the given blend shape frame.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public int GetBlendShapeFrameVertexCount(int shapeIndex, int frameIndex)

Parameters

shapeIndex

The index of the blend shape.

frameIndex

The index of the frame within the blend shape.

Returns

Type

Description

intThe number of vertices in the blend shape frame.