Interface IInspectorChangeHandler
Implement this interface in your PlayableAsset inspector to change what happens when a UI component in the inspector is modified
네임스페이스: UnityEditor.Timeline
어셈블리: solution.dll
구문
public interface IInspectorChangeHandler
참고
The default PlayableAsset inspector will cause any UI change to force a PlayableGraph rebuild
메서드
이름 | 설명 |
---|---|
OnPlayableAssetChangedInInspector() | This method will be called when a Playable Asset inspector is modified. |