TryGetValue(string, out VariablesGroupAsset)
Returns true if a global variable group could be found with a matching name, or false if one could not.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings.Extensions
- Assembly: UnityEngine.SmartStringsModule
TryGetValue(string, VariablesGroupAsset)
public bool TryGetValue(string name, out VariablesGroupAsset value)
Parameters
The name of the global variable group to find.
The found global variable group or if one could not be found with a matching name.
nullReturns
Type | Description |
|---|---|
| bool | |