Interface IPropertyPreview
Implement this interface in a PlayableAsset to specify which properties will be modified when Timeline is in preview mode.
네임스페이스: UnityEngine.Timeline
어셈블리: solution.dll
구문
public interface IPropertyPreview
메서드
이름 | 설명 |
---|---|
GatherProperties(PlayableDirector, IPropertyCollector) | Called by the Timeline Editor to gather properties requiring preview. |