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 static method of the JavaScript class. |
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. |