Version: 2023.2
言語: 日本語
public static bool isPlayingOrWillChangePlaymode ;

説明

Whether the Editor is either currently in Play mode or about to switch to it. (Read Only)

This returns true when the Editor will switch to Play mode after it finishes some tasks. For example, after the Editor recompiles scripts.

Additional resources: isPlaying, isCompiling.