Operator implicit operator
implicit operator uint(ColliderKey)
Implicit cast that converts the given ColliderKey to an uint.
Declaration
public static implicit operator uint(ColliderKey key)
Parameters
Type | Name | Description |
---|---|---|
ColliderKey | key | The key. |
Returns
Type | Description |
---|---|
uint | The result of the operation. |
implicit operator ColliderKey(uint)
Implicit cast that converts the given uint to a ColliderKey.
Declaration
public static implicit operator ColliderKey(uint key)
Parameters
Type | Name | Description |
---|---|---|
uint | key | The key. |
Returns
Type | Description |
---|---|
ColliderKey | The result of the operation. |