Version: 2020.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.