Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetBlendShapeFrameCount(int)

Returns the number of frames in the given blend shape.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public int GetBlendShapeFrameCount(int shapeIndex)

Parameters

shapeIndex

The index of the blend shape.

Returns

Type

Description

intThe number of frames in the blend shape.