Version: 2020.3
언어: 한국어

FrameData.effectivePlayState

매뉴얼로 전환
public Playables.PlayState effectivePlayState ;

설명

The accumulated play state of this playable.

The effective play state is the accumulated play state of the playable and its ancestors. For example, a playable can be set to the Playing play state, but if its parent is Paused, then its effective play state is Paused.