Version: 2020.2
言語: 日本語
public static int LaunchSlave (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 slave instance of UnityEditor on the same project as the master instance.