TryGetDefaultValue<T>(out T)
Retrieves the default value of the variable.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
TryGetDefaultValue<T>(T)
bool TryGetDefaultValue<T>(out T value)
Parameters
Returns
Type | Description |
|---|---|
| bool | |
Remarks
Use this method to retrieve the variable’s default value in a type-safe way.