Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetBlendShapeFrameWeight(int, int)

Returns the weight of a blend shape frame.
Read time 1 minuteLast updated 4 days ago

Definition

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

Parameters

shapeIndex

The shape index of the frame.

frameIndex

The frame index to get the weight from.

Returns

Type

Description

float