• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,182 项符合查询结果, 库内数据总量为 30,906 项。 (搜索耗时: 0.0046 秒)

861. 加载.lh文件 运行后黑屏 无法显示 [ 62%]

...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

862. laya.d3.resource.models.SkyBox_API3.0 [ 62%]

... 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

863. (实现手指控制模型的缩放旋转)触控可以识别 但是导入的模型没有根据触控反应 [ 62%]

...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

864. laya.d3.graphics.MeshInstanceGeometry_API3.0 [ 62%]

... 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

865. laya.d3.core.pixelline.PixelLineFilter_API3.0 [ 62%]

... 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

866. Sprite-切换纹理 [ 62%]

...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

867. 发现bug,update大问题!!!!!!!!! 2.13版本 [ 62%]

...te plane: Laya.Sprite     /** 是否向左移动*/     private isleft: boolean = false;     /** 是否向右移动*/     private isright: boolean = false;     constructor() {         super();         this.packageName = "Game";         this.resName = "Main";         this.isF...

来源: Laya_社区 发布时间: 20221207

868. LayaAirNative初始化的4个问题 [ 62%]

... 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

869. unity 3d 骨骼动画资源到处 KeyNotFoundException: The given key was not present in the dictionary 问题 [ 61%]

...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

870. 二次开发 · LayaAir3.3 · 引擎文档 · LAYABOX [ 61%]

... 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