AnimationBindings.

AnimationBindings.MatchType Enum

Summary

A summary of the compatability between the properties animated by an UnityEngine.AnimationClip and the properties that actually exist on a particular UnityEngine.GameObject (and its children).
Assembly
Animancer.dll
Namespace
Animancer.Editor
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["AnimationBindings.MatchType"] class Type type-node

Syntax

public enum AnimationBindings.MatchType

Fields

Name Constant Value Summary
Correct 0
All properties exist.
static
Empty 2
The UnityEngine.AnimationClip does not animate anything.
static
Error 4
None of the animated properties exist on the object.
static
Unknown 1
Not yet checked.
static
Warning 3
Some of the animated properties do not exist on the object.
static