AnimationType Enum

Summary

[Editor-Only] The general type of object an UnityEngine.AnimationClip can animate.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["AnimationType"] class Type type-node

Syntax

public enum AnimationType

Fields

Name Constant Value Summary
Generic 2
A Generic rig.
static
Humanoid 1
A Humanoid rig.
static
None 0
Unable to determine a type.
static
Sprite 3
A Animancer.Editor.AnimationType.Generic rig which only animates a UnityEngine.SpriteRenderer.sprite.
static