Operator implicit operator
implicit operator ushort(ProfilerCategory)
Utility operator that simplifies usage of the ProfilerCategory with ProfilerUnsafeUtility.
Declaration
public static implicit operator ushort(ProfilerCategory category)
Parameters
| Type | Name | Description |
|---|---|---|
| ProfilerCategory | category |
Returns
| Type | Description |
|---|---|
| ushort | ProfilerCategory value as UInt16. |