Method SetMultiplayerRoleMaskForComponentType
SetMultiplayerRoleMaskForComponentType(Type, MultiplayerRoleFlags)
Sets the multiplayer role mask for a component type.
Declaration
public static void SetMultiplayerRoleMaskForComponentType(Type type, MultiplayerRoleFlags mask)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The component type. |
MultiplayerRoleFlags | mask | The multiplayer role mask to assing to the component type. |