Show / Hide Table of Contents

Class State

Inheritance
Object
Object
State
Inherited Members
Object.GetInstanceID()
Object.GetHashCode()
Object.Equals(Object)
Object.name
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Transform)
Object.Instantiate(Object, Transform, Boolean)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Instantiate<T>(T, Transform, Boolean)
Object.Destroy(Object, Single)
Object.Destroy(Object)
Object.DestroyImmediate(Object, Boolean)
Object.DestroyImmediate(Object)
Object.FindObjectsOfType(Type)
Object.DontDestroyOnLoad(Object)
Object.hideFlags
Object.DestroyObject(Object, Single)
Object.DestroyObject(Object)
Object.FindSceneObjectsOfType(Type)
Object.FindObjectsOfTypeIncludingAssets(Type)
Object.FindObjectsOfType<T>()
Object.FindObjectOfType<T>()
Object.FindObjectsOfTypeAll(Type)
Object.FindObjectOfType(Type)
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditorInternal
Assembly: UnityEngine.dll
Syntax
[Obsolete("State is obsolete. Use UnityEditor.Animations.AnimatorState instead (UnityUpgradable) -> UnityEditor.Animations.AnimatorState", true)]
public class State : Object

Properties

| Improve this Doc View Source

iKOnFeet

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

mirror

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

speed

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

tag

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

uniqueName

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

uniqueNameHash

Declaration
public int uniqueNameHash { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

CreateBlendTree()

Declaration
public BlendTree CreateBlendTree()
Returns
Type Description
BlendTree
| Improve this Doc View Source

CreateBlendTree(AnimatorControllerLayer)

Declaration
public BlendTree CreateBlendTree(AnimatorControllerLayer layer)
Parameters
Type Name Description
AnimatorControllerLayer layer
Returns
Type Description
BlendTree
| Improve this Doc View Source

GetMotion()

Declaration
public Motion GetMotion()
Returns
Type Description
Motion
| Improve this Doc View Source

GetMotion(AnimatorControllerLayer)

Declaration
public Motion GetMotion(AnimatorControllerLayer layer)
Parameters
Type Name Description
AnimatorControllerLayer layer
Returns
Type Description
Motion

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