大约有 1,182 项符合查询结果, 库内数据总量为 30,906 项。 (搜索耗时: 0.0047 秒)
Laya3.0_api(429) Laya_社区(250) Laya2.0_api(228) laya_api(183) Laya2.0_文档(54) Laya3.0_文档(26) Laya2.0_示例(6) Laya_示例(6)
...这里就判断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
...宽度 */ 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
...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
...度。 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
... 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
.../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
...nly] 点击性能统计显示区域的处理函数。 Stat renderSlow : Boolean = false[static] 表示当前使用的是否为慢渲染模式。Stat shaderCall : int = 0[static] 着色器请求次数。Stat spriteCount : int = 0[static] 精灵Sprite 的数量。Stat treeNodeCollision : i...
来源: laya_api 发布时间: 20170929
... 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
...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
...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