Enum TrackBindingErrors
The errors displayed for the track binding.
Namespace: UnityEditor.Timeline
Assembly: solution.dll
Syntax
public enum TrackBindingErrors
Fields
Name | Description |
---|---|
All | Select all errors. |
BehaviourIsDisabled | The bound Object is a disabled Behaviour. |
BoundGameObjectDisabled | The bound GameObject is disabled. |
InvalidBinding | The bound Object is not of the correct type. |
NoValidComponent | The bound GameObject does not have a valid component. |
None | Select no errors. |
PrefabBound | The bound Object is part of a prefab, and not an instance. |