Class AnimationEvent
Inheritance
AnimationEvent
Assembly: UnityEngine.dll
Syntax
[Serializable]
public sealed class AnimationEvent
Constructors
|
Improve this Doc
View Source
AnimationEvent()
Declaration
Properties
|
Improve this Doc
View Source
animationState
Declaration
public AnimationState animationState { get; }
Property Value
|
Improve this Doc
View Source
animatorClipInfo
Declaration
public AnimatorClipInfo animatorClipInfo { get; }
Property Value
|
Improve this Doc
View Source
animatorStateInfo
Declaration
public AnimatorStateInfo animatorStateInfo { get; }
Property Value
|
Improve this Doc
View Source
data
Declaration
[Obsolete("Use stringParameter instead")]
public string data { get; set; }
Property Value
|
Improve this Doc
View Source
floatParameter
Declaration
public float floatParameter { get; set; }
Property Value
|
Improve this Doc
View Source
functionName
Declaration
public string functionName { get; set; }
Property Value
|
Improve this Doc
View Source
intParameter
Declaration
public int intParameter { get; set; }
Property Value
|
Improve this Doc
View Source
isFiredByAnimator
Declaration
public bool isFiredByAnimator { get; }
Property Value
|
Improve this Doc
View Source
isFiredByLegacy
Declaration
public bool isFiredByLegacy { get; }
Property Value
|
Improve this Doc
View Source
messageOptions
Declaration
public SendMessageOptions messageOptions { get; set; }
Property Value
|
Improve this Doc
View Source
objectReferenceParameter
Declaration
public Object objectReferenceParameter { get; set; }
Property Value
|
Improve this Doc
View Source
stringParameter
Declaration
public string stringParameter { get; set; }
Property Value
|
Improve this Doc
View Source
time
Declaration
public float time { get; set; }
Property Value
Extension Methods