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

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

851. 看下这个问题是不是Bug [ 64%]

...这里就判断owner是否active来处理会更好 _processActive(active: boolean, fromSetter?: boolean) { (this._activeChangeScripts) || (this._activeChangeScripts = []); let arr = this._activeChangeScripts; if (active) this._activeHierarchy(arr, fromSetter); else this._inActiveHierarchy(arr, fromS...

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

852. 分享一个自己做的游戏公告功能,跑马灯效果 [ 64%]

...宽度 */ defaultX = 1110 /** 动画是否出于播放状态 */ isPlayIng:boolean = false /** 空格 */ private space:string = "<span>                          </span>" constructor() { super() this.width = 1200 this.height = 55 this.visible = false this.pos(565,...

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

853. typeScript Java互调问题 [ 63%]

...gin mPlugin = null;     private IPluginRuntimeProxy mProxy = null;     boolean isLoad=false;     boolean isExit=false;     private WebView webView = null;     private Activity activity = null;     @Override         protected void onCreate(Bundle savedInstanceState) {         supe...

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

854. laya.ui.AutoBitmap_API3.0 [ 63%]

...度。 Parameters alpha: number Returns AlphaCmd clear clear(recoverCmds?: boolean): void Inherited from Graphics.clear Defined in laya/display/Graphics.ts:94 清空绘制命令。 Parameters Default value recoverCmds: boolean = true 是否回收绘图指令数组,设置为true,则对指令数...

来源: Laya3.0_api 发布时间: 20231115

855. 二次开发(TypeScript-LayaNative原生服务-LayaNative进阶) [ 63%]

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

来源: Laya2.0_文档 发布时间: 20210714

856. laya.d3.renderobjs.renderobj.SkinRenderElementOBJ_API3.0 [ 63%]

.../d3/RenderObjs/RenderObj/RenderElementOBJ.ts:14 _invertFront _invertFront: boolean Implementation of IRenderElement._invertFront Inherited from RenderElementOBJ._invertFront Defined in laya/d3/RenderObjs/RenderObj/RenderElementOBJ.ts:28 _isRender _isRender: boolean Implementation of IRenderElement._...

来源: Laya3.0_api 发布时间: 20231115

857. laya.utils.Stat [ 63%]

...nly] 点击性能统计显示区域的处理函数。 Stat  renderSlow : Boolean = false[static] 表示当前使用的是否为慢渲染模式。Stat  shaderCall : int = 0[static] 着色器请求次数。Stat  spriteCount : int = 0[static] 精灵Sprite 的数量。Stat  treeNodeCollision : i...

来源: laya_api 发布时间: 20170929

858. laya1.0升级到2.0后这些报错还是存在 随人不影响APP运行 但是怎么能去掉啊 [ 63%]

... 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_社区 发布时间: 20191016

859. 请问,在使用插件导出包含多个动画的FBX文件时报错,怎么处理? [ 62%]

...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:427) L...

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

860. 关于Tween类多个对象同时缓动的时候过一段时间会不同步 [ 62%]

...nt(0,-20),0); } }   然后这是itemUI类里的方法 private var animate:Boolean; public function setAnimated(b:Boolean):void { animate=b if(animate) { startAnimated(); } } private var num:int=20; private function startAnimated():void { if(animate) { num=-num; var obj:Object=new Object(); obj["x"]...

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