Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AnimationInfo

Information about what animation clips is played and its weight.
Read time 1 minuteLast updated 3 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
Warning
Removed. Use AnimatorClipInfo instead
Upgrade to AnimatorClipInfo
public struct AnimationInfo

Properties

Property

Description

clipAnimation clip that is played.
weightThe weight of the animation clip.