mxdraw 0.1.127 → 0.1.129
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lib/MxModule.d.ts
CHANGED
|
@@ -1809,6 +1809,15 @@ declare class MxDrawObject {
|
|
|
1809
1809
|
* ```
|
|
1810
1810
|
*/
|
|
1811
1811
|
initMxCpp(mcppObjectImp: any): void;
|
|
1812
|
+
/**
|
|
1813
|
+
* 当前是否支持 opengles3
|
|
1814
|
+
* @example
|
|
1815
|
+
* ```typescript
|
|
1816
|
+
*
|
|
1817
|
+
*
|
|
1818
|
+
* ```
|
|
1819
|
+
*/
|
|
1820
|
+
isWebgl2(): boolean;
|
|
1812
1821
|
}
|
|
1813
1822
|
|
|
1814
1823
|
/**
|