Show / Hide Table of Contents

Class AnimationEvent

Inheritance
Object
AnimationEvent
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
[Serializable]
public sealed class AnimationEvent

Constructors

| Improve this Doc View Source

AnimationEvent()

Declaration
public AnimationEvent()

Properties

| Improve this Doc View Source

animationState

Declaration
public AnimationState animationState { get; }
Property Value
Type Description
AnimationState
| Improve this Doc View Source

animatorClipInfo

Declaration
public AnimatorClipInfo animatorClipInfo { get; }
Property Value
Type Description
AnimatorClipInfo
| Improve this Doc View Source

animatorStateInfo

Declaration
public AnimatorStateInfo animatorStateInfo { get; }
Property Value
Type Description
AnimatorStateInfo
| Improve this Doc View Source

data

Declaration
[Obsolete("Use stringParameter instead")]
public string data { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

floatParameter

Declaration
public float floatParameter { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

functionName

Declaration
public string functionName { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

intParameter

Declaration
public int intParameter { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

isFiredByAnimator

Declaration
public bool isFiredByAnimator { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

isFiredByLegacy

Declaration
public bool isFiredByLegacy { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

messageOptions

Declaration
public SendMessageOptions messageOptions { get; set; }
Property Value
Type Description
SendMessageOptions
| Improve this Doc View Source

objectReferenceParameter

Declaration
public Object objectReferenceParameter { get; set; }
Property Value
Type Description
Object
| Improve this Doc View Source

stringParameter

Declaration
public string stringParameter { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

time

Declaration
public float time { get; set; }
Property Value
Type Description
Single

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX