Version: 2023.2
언어: 한국어
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.