大约有 1,182 项符合查询结果, 库内数据总量为 30,906 项。 (搜索耗时: 0.0046 秒)
Laya3.0_api(429) Laya_社区(250) Laya2.0_api(228) laya_api(183) Laya2.0_文档(54) Laya3.0_文档(26) Laya2.0_示例(6) Laya_示例(6)
...ctor2; private disVector2:Laya.Vector2; private isTwoTouch:boolean; private first:boolean; private twoFirst:boolean; constructor(){ super(); this._scene = null; this._text = null; this._camera = null; this.rotat...
来源: Laya_社区 发布时间: 20190531
... OBJ Parameters value: BufferState Returns void destroyed get destroyed(): boolean Inherited from GeometryElement.destroyed Defined in laya/d3/core/GeometryElement.ts:87 获取是否销毁。 Returns boolean 是否销毁。 drawType get drawType(): number set drawType(value: number): void Inherited ...
来源: Laya3.0_api 发布时间: 20231115
...ctor2; private disVector2:Laya.Vector2; private isTwoTouch:boolean; private first:boolean; private twoFirst:boolean; constructor(){ super(); this._scene = null; this._text = null; this._camera = null; this.rotat...
来源: Laya_社区 发布时间: 20190605
... OBJ Parameters value: BufferState Returns void destroyed get destroyed(): boolean Inherited from GeometryElement.destroyed Defined in laya/d3/core/GeometryElement.ts:87 获取是否销毁。 Returns boolean 是否销毁。 drawType get drawType(): number set drawType(value: number): void Inherited ...
来源: Laya3.0_api 发布时间: 20231102
... OBJ Parameters value: BufferState Returns void destroyed get destroyed(): boolean Inherited from GeometryElement.destroyed Defined in laya/d3/core/GeometryElement.ts:87 获取是否销毁。 Returns boolean 是否销毁。 drawType get drawType(): number set drawType(value: number): void Inherited ...
来源: Laya3.0_api 发布时间: 20231115
...g"; private texture2: string = "../../res/apes/monkey3.png"; private flag: boolean = false; private ape: Sprite; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.AL...
来源: Laya_示例 发布时间: 20250225
...te plane: Laya.Sprite /** 是否向左移动*/ private isleft: boolean = false; /** 是否向右移动*/ private isright: boolean = false; constructor() { super(); this.packageName = "Game"; this.resName = "Main"; this.isF...
来源: Laya_社区 发布时间: 20221207
... at void com.android.webview.chromium.WebViewChromium.init(java.util.Map, boolean) (WebViewChromium.java:42) 06-27 18:03:47.977 27945-27945/com.twand.kozhanji I/art: at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int, java.util.Map, boole...
来源: Laya_社区 发布时间: 20180627
...t gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolean ignoreNullChild) LayaExport.DataManager.getSceneNode () LayaExport.DataManager.saveData () LayaExport.DataManager.getData () LayaAir3D.exportResource (Boolean isDebug) (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:435) L...
来源: Laya_社区 发布时间: 20180319
... value) { Log.d("JSBridge", "java: " + value); return 512; } public static boolean testBool(boolean value) { Log.d("JSBridge", "java: " + value); return value ? false : true; } public static void testAsyncCallback(String json) { //js thread try { JSONObject root = new JSONObject(json); Log.d("JSBrid...
来源: Laya3.0_文档 发布时间: 20250214