Class Animator
An
Namespace: Mux.Markup
Assembly: Mux.Markup.Animation.dll
Syntax
public class Animator : Behaviour<UnityEngine.Animator>
Fields
| Improve this Doc View SourceApplyRootMotionProperty
Backing store for the ApplyRootMotion property.
Declaration
public static readonly BindableProperty ApplyRootMotionProperty
Field Value
Type | Description |
---|---|
BindableProperty |
AvatarProperty
Backing store for the Avatar property.
Declaration
public static readonly BindableProperty AvatarProperty
Field Value
Type | Description |
---|---|
BindableProperty |
CullingModeProperty
Backing store for the CullingMode property.
Declaration
public static readonly BindableProperty CullingModeProperty
Field Value
Type | Description |
---|---|
BindableProperty |
FeetPivotActiveProperty
Backing store for the FeetPivotActive property.
Declaration
public static readonly BindableProperty FeetPivotActiveProperty
Field Value
Type | Description |
---|---|
BindableProperty |
FireEventsProperty
Backing store for the FireEvents property.
Declaration
public static readonly BindableProperty FireEventsProperty
Field Value
Type | Description |
---|---|
BindableProperty |
KeepAnimatorControllerStateOnDisableProperty
Backing store for the KeepAnimatorControllerStateOnDisable property.
Declaration
public static readonly BindableProperty KeepAnimatorControllerStateOnDisableProperty
Field Value
Type | Description |
---|---|
BindableProperty |
LayersAffectMassCenterProperty
Backing store for the LayersAffectMassCenter property.
Declaration
public static readonly BindableProperty LayersAffectMassCenterProperty
Field Value
Type | Description |
---|---|
BindableProperty |
RuntimeAnimatorControllerProperty
Backing store for the RuntimeAnimatorController property.
Declaration
public static readonly BindableProperty RuntimeAnimatorControllerProperty
Field Value
Type | Description |
---|---|
BindableProperty |
SpeedProperty
Backing store for the Speed property.
Declaration
public static readonly BindableProperty SpeedProperty
Field Value
Type | Description |
---|---|
BindableProperty |
StabilizeFeetProperty
Backing store for the StabilizeFeet property.
Declaration
public static readonly BindableProperty StabilizeFeetProperty
Field Value
Type | Description |
---|---|
BindableProperty |
UpdateModeProperty
Backing store for the UpdateMode property.
Declaration
public static readonly BindableProperty UpdateModeProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
| Improve this Doc View SourceApplyRootMotion
A property that represents UnityEngine.Animator.applyRootMotion.
Declaration
public bool ApplyRootMotion { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Avatar
A property that represents UnityEngine.Animator.avatar.
Declaration
public UnityEngine.Avatar Avatar { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.Avatar |
CullingMode
A property that represents UnityEngine.Animator.cullingMode.
Declaration
public UnityEngine.AnimatorCullingMode CullingMode { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.AnimatorCullingMode |
FeetPivotActive
A property that represents UnityEngine.Animator.feetPivotActive.
Declaration
public float FeetPivotActive { get; set; }
Property Value
Type | Description |
---|---|
Single |
FireEvents
A property that represents UnityEngine.Animator.fireEvents.
Declaration
public bool FireEvents { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
KeepAnimatorControllerStateOnDisable
A property that represents UnityEngine.Animator.keepAnimatorControllerStateOnDisable.
Declaration
public bool KeepAnimatorControllerStateOnDisable { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
LayersAffectMassCenter
A property that represents UnityEngine.Animator.layersAffectMassCenter.
Declaration
public bool LayersAffectMassCenter { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
RuntimeAnimatorController
A property that represents UnityEngine.Animator.runtimeAnimatorController.
Declaration
public UnityEngine.RuntimeAnimatorController RuntimeAnimatorController { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.RuntimeAnimatorController |
Speed
A property that represents UnityEngine.Animator.speed.
Declaration
public float Speed { get; set; }
Property Value
Type | Description |
---|---|
Single |
StabilizeFeet
A property that represents UnityEngine.Animator.stabilizeFeet.
Declaration
public bool StabilizeFeet { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
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 SourceAwakeInMainThread()
Declaration
protected override void AwakeInMainThread()