class in UnityEngine
/
Inherits from:OpenHarmonyJSBase
/
Implemented in:UnityEngine.OpenHarmonyJSModule
OpenHarmonyJSCalss is the Unity representation of a generic instance of a JavaScript class.
| OpenHarmonyJSClass | Construct a OpenHarmonyJSClass from exported name. | 
| CallStatic | Call a static method of the JavaScript class. | 
| CallStaticPromiseSync | Synchronously call a static method of the JavaScript class which returns a promise. | 
| GetStatic | Get static member of this class. | 
| SetStatic | Set static member of this class. | 
| 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. |