Summary
[Editor-Only]
    An 
		Animancer.IAnimancerComponent which is not actually a UnityEngine.Component.
    - Assembly
- Animancer.dll 
- Namespace
- Animancer.Editor 
- Interfaces
- Base Types
- 
									- Object
 
							graph BT
	Type-->Base0["Object"]
	Type-.->Interface0["IAnimancerComponent"]
	click Interface0 "/animancer-v7-4/api/Animancer/IAnimancerComponent"
	Type["AnimancerEditorUtilities.DummyAnimancerComponent"]
class Type type-node
						
					Syntax
public class AnimancerEditorUtilities.DummyAnimancerComponent : IAnimancerComponentConstructors
| Name | Summary | 
|---|---|
| Dummy | Creates a new Animancer.Editor.AnimancerEditorUtilities.DummyAnimancerComponent. | 
Properties
| Name | Value | Summary | 
|---|---|---|
| Action | string | [ Animancer.IAnimancerComponent] Returns null. | 
| Animator | Animator | [ Animancer.IAnimancerComponent] The targetUnityEngine.Animator. | 
| AnimatorFieldName | string | [ Animancer.IAnimancerComponent] Returns null. | 
| enabled | bool | [ Animancer.IAnimancerComponent] Returns true. | 
| gameObject | GameObject | [ Animancer.IAnimancerComponent] Returns theAnimancer.Editor.AnimancerEditorUtilities.DummyAnimancerComponent.Animator'sUnityEngine.GameObject. | 
| InitialUpdateMode | Nullable | [ Animancer.IAnimancerComponent] Returns theUnityEngine.Animator.updateModefrom when this object was created. | 
| Is | bool | [ Animancer.IAnimancerComponent] Returns true. | 
| Playable | AnimancerPlayable | [ Animancer.IAnimancerComponent] The targetAnimancer.AnimancerPlayable. | 
| ResetOnDisable | bool | [ Animancer.IAnimancerComponent] Returns false. | 
| UpdateMode | AnimatorUpdateMode | [ Animancer.IAnimancerComponent] TheUnityEngine.Animator.updateMode. | 
Methods
| Name | Value | Summary | 
|---|---|---|
| GetKey | Object | [ Animancer.IAnimancerComponent] Returns the `clip`. |