Class NetworkIdDebugColorUtility
A collection of utility to assign constant colors for the NetworkId's. There are in total 13 unique colors, with 14+ mapping to the original.
Inherited Members
Namespace: Unity.Netcode
Assembly: Unity.NetCode.dll
Syntax
[MovedFrom(true, "Unity.NetCode", null, null)]
public static class NetworkIdDebugColorUtility
Methods
Get(int)
Get the constant color assigned to the given network id.
Declaration
public static float4 Get(int networkId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | networkId | Network id |
Returns
| Type | Description |
|---|---|
| float4 | A constant debug color for NetworkId's to aid in debugging |
GetColor(int)
Get the constant color assigned to the given network id.
Declaration
public static Color GetColor(int networkId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | networkId | Network id |
Returns
| Type | Description |
|---|---|
| Color | A constant debug color for NetworkId's to aid in debugging |