ProcessService

class in UnityEditor.MPE

Cambiar al Manual

Descripción

*This is an experimental feature.* The ProcessService allows you to start slave instance of UnityEditor, opened to the same Project as the master instance, with a specific RoleProviderAttribute.

The Standalone Profiler workflow uses this technology.

Variables Estáticas

levelThe ProcessLevel of the running instance of UnityEditor.
roleNameThe role name of the running UnityEditor process. For more information about how to register handlers for a specific process role, see RoleProviderAttribute. For a UnityEditor process of ProcessLevel Master, the roleName is always empty.

Funciones Estáticas

DisableProfileConnectionCloses the Profiler connection.
EnableProfileConnectionEnables a connection to the Profiler. The standalone Profiler uses this method.
GetSlaveProcessStateGets the ProcessState of a given instance of UnityEditor.
HasCapabilityChecks whether the current process has a given capability.
IsChannelServiceStartedChecks whether the ChannelService is already started.
LaunchSlaveLaunches a slave instance of UnityEditor on the same project as the master instance.
ReadParameterA utility function to read command line arguments passed to the current process.
TerminateSlaveTerminates a slave process.

Events

SlaveProcessExitedEventAn event triggered in a master instance of UnityEditor when you start a slave instance with ProcessService.LaunchSlave exit.