Show / Hide Table of Contents

Class AnimatorControllerParameter

Inheritance
Object
AnimatorControllerParameter
Inherited Members
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class AnimatorControllerParameter

Properties

| Improve this Doc View Source

defaultBool

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

defaultFloat

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

defaultInt

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

name

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

nameHash

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

type

Declaration
public AnimatorControllerParameterType type { get; set; }
Property Value
Type Description
AnimatorControllerParameterType

Methods

| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object o)
Parameters
Type Name Description
Object o
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()

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