Show / Hide Table of Contents

Class AnimationState

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

Properties

blendMode

Declaration
public AnimationBlendMode blendMode { get; set; }
Property Value
Type Description
AnimationBlendMode

clip

Declaration
public AnimationClip clip { get; }
Property Value
Type Description
AnimationClip

enabled

Declaration
public bool enabled { get; set; }
Property Value
Type Description
Boolean

layer

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

length

Declaration
public float length { get; }
Property Value
Type Description
Single

name

Declaration
public string name { get; set; }
Property Value
Type Description
String

normalizedSpeed

Declaration
public float normalizedSpeed { get; set; }
Property Value
Type Description
Single

normalizedTime

Declaration
public float normalizedTime { get; set; }
Property Value
Type Description
Single

speed

Declaration
public float speed { get; set; }
Property Value
Type Description
Single

time

Declaration
public float time { get; set; }
Property Value
Type Description
Single

weight

Declaration
public float weight { get; set; }
Property Value
Type Description
Single

wrapMode

Declaration
public WrapMode wrapMode { get; set; }
Property Value
Type Description
WrapMode

Methods

| Improve this Doc View Source

AddMixingTransform(Transform)

Declaration
[ExcludeFromDocs]
public void AddMixingTransform(Transform mix)
Parameters
Type Name Description
Transform mix

AddMixingTransform(Transform, Boolean)

Declaration
public void AddMixingTransform(Transform mix, [DefaultValue("true")] bool recursive)
Parameters
Type Name Description
Transform mix
Boolean recursive

RemoveMixingTransform(Transform)

Declaration
public void RemoveMixingTransform(Transform mix)
Parameters
Type Name Description
Transform mix

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