Version: 2022.1
言語: 日本語
public static int Launch (string roleName, params string[] keyValuePairs);

パラメーター

roleName The name that corresponds to the RoleProviderAttribute of the process to start.
keyValuePairs Arguments passed to the slave process.

戻り値

int The process ID of the slave process. A value of 0 means the slave process could not be started.

説明

Launches a secondary instance of UnityEditor on the same project as the master instance.