TrySetDefaultValue<T>(T)
Sets the default value of the variable.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
bool TrySetDefaultValue<T>(T value)
Parameters
Returns
Type | Description |
|---|---|
| bool | |
Remarks
The default value must be of a type compatible with the variable's IVariable.DataType.