Version: 2017.2

ExpressionEvaluator

class in UnityEditor

マニュアルに切り替える

説明

Evaluates simple math expressions; supports int / float and operators: + - * / % ^ ( ).

Static 関数

EvaluateEvaluates a math expression and returns the result as a float or int.