Interface IPropertyPreview
Implement this interface in a PlayableAsset to specify which properties will be modified when Timeline is in preview mode.
Namespace: UnityEngine.Timeline
Assembly: solution.dll
Syntax
public interface IPropertyPreview
Methods
Name | Description |
---|---|
GatherProperties(PlayableDirector, IPropertyCollector) | Called by the Timeline Editor to gather properties requiring preview. |