Class AnimatorControllerParameter
Inheritance
AnimatorControllerParameter
Assembly: UnityEngine.dll
Syntax
public class AnimatorControllerParameter
Properties
|
Improve this Doc
View Source
defaultBool
Declaration
public bool defaultBool { get; set; }
Property Value
|
Improve this Doc
View Source
defaultFloat
Declaration
public float defaultFloat { get; set; }
Property Value
|
Improve this Doc
View Source
defaultInt
Declaration
public int defaultInt { get; set; }
Property Value
|
Improve this Doc
View Source
name
Declaration
public string name { get; set; }
Property Value
|
Improve this Doc
View Source
nameHash
Declaration
public int nameHash { get; }
Property Value
|
Improve this Doc
View Source
type
Declaration
public AnimatorControllerParameterType type { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type |
Name |
Description |
Object |
o |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Extension Methods