Version: 2021.2
言語: 日本語

RoleProviderAttributeConstructor

マニュアルに切り替える
public RoleProviderAttribute (string name, MPE.ProcessEvent eventType);
public RoleProviderAttribute (MPE.ProcessLevel level, MPE.ProcessEvent eventType);

パラメーター

name The name of the RoleProvider. For example, StandaloneProfiler.
eventType The event that the process triggered.
level The process level (either master or slave) that this handler should be registered on.

説明

Constructor for a RoleProviderAttribute. Allows you to register a handler that is triggered when a specific ProcessEvent is triggered in a UnityEditor process of a specific ProcessLevel.