Enum TrackBindingErrors
The errors displayed for the track binding.
네임스페이스: UnityEditor.Timeline
어셈블리: solution.dll
구문
public enum TrackBindingErrors
필드
| 이름 | 설명 |
|---|---|
| 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. |