Struct AnimatorTransitionInfo
Assembly: UnityEngine.dll
Syntax
public struct AnimatorTransitionInfo
Properties
|
Improve this Doc
View Source
anyState
Declaration
public bool anyState { get; }
Property Value
|
Improve this Doc
View Source
duration
Declaration
public float duration { get; }
Property Value
|
Improve this Doc
View Source
durationUnit
Declaration
public DurationUnit durationUnit { get; }
Property Value
|
Improve this Doc
View Source
fullPathHash
Declaration
public int fullPathHash { get; }
Property Value
|
Improve this Doc
View Source
nameHash
Declaration
public int nameHash { get; }
Property Value
|
Improve this Doc
View Source
normalizedTime
Declaration
public float normalizedTime { get; }
Property Value
|
Improve this Doc
View Source
userNameHash
Declaration
public int userNameHash { 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
IsUserName(String)
Declaration
public bool IsUserName(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
Extension Methods