Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetBlendShapeName(int)

Returns the name of the blend shape at the given index.
Read time 1 minuteLast updated 4 days ago

Definition

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

Parameters

shapeIndex

The index of the blend shape.

Returns

Type

Description

stringThe name of the blend shape.