Property scenePreview
scenePreview
Set to false to ignore scene preview when this timeline is played by the Timeline window.
선언
public bool scenePreview { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
bool |
참고
When set to false, this setting will
- Disable scene preview when this timeline is played by the Timeline window.
- Disable recording for all recordable tracks.
- Disable play range in the Timeline window.
Stop()
is not called on thePlayableDirector
when switching between differentTimelineAsset
s in the TimelineWindow.
scenePreview
will only be applied if the asset is the master timeline.