Method AddScenesForPlayMode
AddScenesForPlayMode(List<EditorBuildSettingsScene>)
Adds a set of scenes to the scene list for use in editor play mode.
선언
public static void AddScenesForPlayMode(List<EditorBuildSettingsScene> playModeScenes)
파라미터
타입 | 이름 | 설명 |
---|---|---|
List<EditorBuildSettingsScene> | playModeScenes | The scenes to add to the editor scenes list. |