コード例 #1
0
ファイル: JSValue.cs プロジェクト: yisa-wang/unity-jsb
 public bool IsBoolean()
 {
     return(JSApi.JS_IsBool(this));
 }