implicit operator string
Implicit conversion of DescriptorId to string.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Operator
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
implicit operator string(Strin)
Implicit conversion of DescriptorId to string.
public static implicit operator string(DescriptorId d)
Parameters
A DescriptorId to convert
Returns
Type | Description |
|---|---|
| string | A string representation of the ID |
implicit operator DescriptorId(DescriptorI)
Implicit conversion of string to DescriptorId.
public static implicit operator DescriptorId(string id)
Parameters
A string to convert
Returns
Type | Description |
|---|---|
| DescriptorId | A DescriptorId constructed using the string ID |
implicit operator int(Int3)
Implicit conversion of DescriptorId to int.
public static implicit operator int(DescriptorId d)
Parameters
A DescriptorId to convert
Returns
Type | Description |
|---|---|
| int | The integer hash of the ID |