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 a member function of this object. |
| CallPromiseSync | Synchronously call a member function of this object which returns a promise. |
| 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. |
| CallImpl | Call a JavaScript function. |
| CallPromiseSyncImpl | Synchronously call a JavaScript function which returns a promise. |
| GetImpl | Get value of specified field. |
| SetImpl | Set value of specified field. |