class in UnityEngine
/
Inherits from:OpenHarmonyJSBase
/
Implemented in:UnityEngine.OpenHarmonyJSModule
OpenHarmonyJSObject is the Unity representation of a generic instance of a JavaScript object.
OpenHarmonyJSObject | Constuct a OpenHarmonyJSObject. |
As | Convert this object to C# value. |
Call | Call member function of this object. |
Get | Get C# value of member of this object. |
Set | Set C# value of member of this object. |
Dispose | Use to dispose a OpenHarmonyJSBase object. |
GetNapiRef | Get napi reference of a JavaScript class or object. |
GetNapiValue | Get napi value of a JavaScript class or object. |
ToString | Convert the napi value to string. |