Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetBlendShapeFrameWeight(int, int)

Returns the weight of the given frame in the blend shape.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public float GetBlendShapeFrameWeight(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

floatThe weight of the blend shape frame.