GetCustomComponents()
Gets the list of custom components that are automatically selected for the entire project.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Multiplayer.Editor
- Assembly: UnityEditor
public static Dictionary<Type, MultiplayerRoleFlags> GetCustomComponents()
Returns
Type | Description |
|---|---|
| Dictionary<Type, MultiplayerRoleFlags> | Returns a Dictionary where the key is the component Type and the value is the MultiplayerRoleFlags. |