Class ExpressionEvaluator
Inherited Members
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public class ExpressionEvaluator
Methods
| Improve this Doc View SourceEvaluate<T>(String, out T)
Declaration
public static bool Evaluate<T>(string expression, out T value)
Parameters
| Type | Name | Description |
|---|---|---|
| String | expression | |
| T | value |
Returns
| Type | Description |
|---|---|
| Boolean |
Type Parameters
| Name | Description |
|---|---|
| T |