Struct AnimatorStateInfo
Assembly: UnityEngine.dll
Syntax
public struct AnimatorStateInfo
Properties
|
Improve this Doc
View Source
fullPathHash
Declaration
public int fullPathHash { get; }
Property Value
|
Improve this Doc
View Source
length
Declaration
public float length { get; }
Property Value
|
Improve this Doc
View Source
loop
Declaration
public bool loop { get; }
Property Value
|
Improve this Doc
View Source
nameHash
Declaration
[Obsolete("AnimatorStateInfo.nameHash has been deprecated. Use AnimatorStateInfo.fullPathHash instead.")]
public int nameHash { get; }
Property Value
|
Improve this Doc
View Source
normalizedTime
Declaration
public float normalizedTime { get; }
Property Value
|
Improve this Doc
View Source
shortNameHash
Declaration
public int shortNameHash { get; }
Property Value
|
Improve this Doc
View Source
speed
Declaration
public float speed { get; }
Property Value
|
Improve this Doc
View Source
speedMultiplier
Declaration
public float speedMultiplier { get; }
Property Value
|
Improve this Doc
View Source
tagHash
Declaration
public int tagHash { get; }
Property Value
Methods
|
Improve this Doc
View Source
IsName(String)
Declaration
public bool IsName(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
|
Improve this Doc
View Source
IsTag(String)
Declaration
public bool IsTag(string tag)
Parameters
Type |
Name |
Description |
String |
tag |
|
Returns
Extension Methods