ToString()
Gets the function's signature.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.ShaderApiReflection
- Assembly: UnityEditor.CoreModule
public override string ToString()
Returns
Type | Description |
|---|---|
| string | The function's signature. |
Remarks
Additional Resources: ReflectedFunction.GetSignature.