大约有 213 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0056 秒)
Laya_社区(95) Laya3.0_api(42) laya_api(20) Laya2.0_api(20) Laya_示例(11) Laya2.0_示例(11) Laya3.0_文档(10) Laya2.0_文档(4)
...tion android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name"> <activity android:name="demo.MainActivity" android:screenOrientation="landscape" android:windowSoftInputMode="stateHidden|adjustPan" android:configChanges="keyboard|keyboardHidden|screenLayout|...
来源: Laya_社区 发布时间: 20170722
... changeActionButton.size(160, 40); changeActionButton.labelBold = true; changeActionButton.labelSize = 30; changeActionButton.sizeGrid = "4,4,4,4"; changeActionButton.scale(Laya.Browser.pixelRatio, Laya.Browser.pixelRatio); changeA...
来源: Laya_社区 发布时间: 20171127
...p 如果是app,可能是全面屏设备问题 <application android:label="@string/app_name" android:icon="@drawable/icon"> <meta-data android:name="android.app.lib_name" android:value="cocos2dlua" /> <meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/...
来源: Laya_社区 发布时间: 20181208
...super(); var arr:Array=[]; for(var i:int=0;i<95;i++) { arr.push({icon:i,label:"Index"+i}); } boxList.array=arr; boxList.mouseHandler=new Handler(listRender); } private function listRender(e:MouseEvent,index:int):void { // TODO Auto Generated method stub if(e.type==MouseEvent.CLICK) { if(index==2)...
来源: Laya_社区 发布时间: 20151224
...json"' } stdout src/ui/layaMaxUI.ts(7,19): error TS2304: Cannot find name 'Label'. src/ui/layaMaxUI.ts(8,18): error TS2304: Cannot find name 'Label'. [16:39:28] Finished 'tsc' after 10 s [16:39:28] Starting 'tsc:compile'... tsc compile completed! [16:39:28] Finished 'tsc:compile' after 36 μs ----...
来源: Laya_社区 发布时间: 20190730
...ctive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getCo...
来源: Laya3.0_api 发布时间: 20231115
...点里只能看到Animator,如果是2D节点只能选Animator2D。 [!Tip|label:Tips] Animator2D是2D动画组件,Animator是3D动画组件。 操作顺序如动图1-6所示: (图1-6) 然后,在属性面板中可看到Animator组件。点击Animator组件中的Controller,选择已有的...
来源: Laya3.0_文档 发布时间: 20251118
...有没有管理或访问系统剪贴板的方法函数 引擎中有使得Label中文字逐字显示的方法吗? LayaAir 2D有没有夜晚灯光照明效果实现的内置方法? 问题状态 最新活动: 2017-02-22 12:32 浏览: 6432 关注: 3 人 Victor • 2017-02-20 10:04 API上面说socket...
来源: Laya_社区 发布时间: 20170217
...his._castType %= 2; switch (this._castType) { case 0: (e.target as Button).label = "释放显存"; this.loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (this._scene)//_scene不为空表示场景已加载完成 this.garbageCollection(); break; } /** * @private 销毁场景...
来源: Laya2.0_文档 发布时间: 20210715
...r) } onTriggerEnter(other: any, self: any, contact: any): void { if (other.label === "cloud") { Laya.Tween.clearAll(this._sp) let effect: Laya.Animation = Laya.Pool.getItemByCreateFun("deathEffect", this.createEffect, this); effect.pos(this._sp.x, this._sp.y); this._sp.parent.addChild(effect); effec...
来源: Laya_社区 发布时间: 20191019