Show / Hide Table of Contents

Class Animator

An that represents UnityEngine.Animator.

Inheritance
Object
Animator
Namespace: Mux.Markup
Assembly: Mux.Markup.Animation.dll
Syntax
public class Animator : Behaviour<UnityEngine.Animator>

Fields

| Improve this Doc View Source

ApplyRootMotionProperty

Backing store for the ApplyRootMotion property.

Declaration
public static readonly BindableProperty ApplyRootMotionProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

AvatarProperty

Backing store for the Avatar property.

Declaration
public static readonly BindableProperty AvatarProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

CullingModeProperty

Backing store for the CullingMode property.

Declaration
public static readonly BindableProperty CullingModeProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

FeetPivotActiveProperty

Backing store for the FeetPivotActive property.

Declaration
public static readonly BindableProperty FeetPivotActiveProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

FireEventsProperty

Backing store for the FireEvents property.

Declaration
public static readonly BindableProperty FireEventsProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

KeepAnimatorControllerStateOnDisableProperty

Backing store for the KeepAnimatorControllerStateOnDisable property.

Declaration
public static readonly BindableProperty KeepAnimatorControllerStateOnDisableProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

LayersAffectMassCenterProperty

Backing store for the LayersAffectMassCenter property.

Declaration
public static readonly BindableProperty LayersAffectMassCenterProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

RuntimeAnimatorControllerProperty

Backing store for the RuntimeAnimatorController property.

Declaration
public static readonly BindableProperty RuntimeAnimatorControllerProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

SpeedProperty

Backing store for the Speed property.

Declaration
public static readonly BindableProperty SpeedProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

StabilizeFeetProperty

Backing store for the StabilizeFeet property.

Declaration
public static readonly BindableProperty StabilizeFeetProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

UpdateModeProperty

Backing store for the UpdateMode property.

Declaration
public static readonly BindableProperty UpdateModeProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

ApplyRootMotion

A property that represents UnityEngine.Animator.applyRootMotion.

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

Avatar

A property that represents UnityEngine.Animator.avatar.

Declaration
public UnityEngine.Avatar Avatar { get; set; }
Property Value
Type Description
UnityEngine.Avatar
| Improve this Doc View Source

CullingMode

A property that represents UnityEngine.Animator.cullingMode.

Declaration
public UnityEngine.AnimatorCullingMode CullingMode { get; set; }
Property Value
Type Description
UnityEngine.AnimatorCullingMode
| Improve this Doc View Source

FeetPivotActive

A property that represents UnityEngine.Animator.feetPivotActive.

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

FireEvents

A property that represents UnityEngine.Animator.fireEvents.

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

KeepAnimatorControllerStateOnDisable

A property that represents UnityEngine.Animator.keepAnimatorControllerStateOnDisable.

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

LayersAffectMassCenter

A property that represents UnityEngine.Animator.layersAffectMassCenter.

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

RuntimeAnimatorController

A property that represents UnityEngine.Animator.runtimeAnimatorController.

Declaration
public UnityEngine.RuntimeAnimatorController RuntimeAnimatorController { get; set; }
Property Value
Type Description
UnityEngine.RuntimeAnimatorController
| Improve this Doc View Source

Speed

A property that represents UnityEngine.Animator.speed.

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

StabilizeFeet

A property that represents UnityEngine.Animator.stabilizeFeet.

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

UpdateMode

A property that represents UnityEngine.Animator.updateMode.

Declaration
public UnityEngine.AnimatorUpdateMode UpdateMode { get; set; }
Property Value
Type Description
UnityEngine.AnimatorUpdateMode

Methods

| Improve this Doc View Source

AwakeInMainThread()

Declaration
protected override void AwakeInMainThread()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX