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

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

21. laya.ui.IRender [ 73%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames IRenderProperties Packagelaya.uiInterfacepublic interface IRenderImplementors List, Tree IRender 接口,实现设置项的渲染类型。 Public Properties PropertyDefined By  itemRender : *[write-only] 渲染项。 ...

来源: Laya2.0_api 发布时间: 20190513

22. 十几秒以后动画渲染时间变长,帧率变慢,是怎么回事? [ 72%]

...*************************************************************************/ class DollGunRole extends GunRole{  public _box: GunBox; // toset: /** 飞行的范围, 用于计算飞行路径 */ private _fly_site:Site = new SiteEntity( 10, 10, -1, 400 );  public static _ani_cached:boolean = false;  /...

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

23. laya.ui.Tree [ 72%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TreeProperties | Methods | Events Packagelaya.uiClasspublic class TreeInheritanceTree Box Component Sprite Node EventDispatcher ObjectImplements IRender Tree 控件使用户可以查看排列为可扩展树的层次结...

来源: laya_api 发布时间: 20170929

24. laya.ui.Tree_API3.0 [ 72%]

...ted All Inherited Externals Only exported Menu Globals "laya/ui/Tree" Tree Class Tree Tree 控件使用户可以查看排列为可扩展树的层次结构数据。 example package { import laya.ui.Tree; import laya.utils.Browser; import laya.utils.Handler; public class Tree_Example { public function...

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

25. Laya构建App后AndroidStudio中用真机调试模式下运行,App打开了,但是不能打开游戏的问题。 [ 71%]

...p 06-20 19:10:18.494 5371-5371/com.ReleaseTest.Four E/MPlugin: Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport 06-20 19:10:18.528 5371-5371/com.ReleaseTest.Four W/art: Attempt to remove local handle scope entry from IRT, ignoring 06-20 19:10:18.541 5371-5371/com.ReleaseTest.Fou...

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

26. laya.ui.ComboBox_API3.0 [ 70%]

...Inherited Externals Only exported Menu Globals "laya/ui/ComboBox" ComboBox Class ComboBox ComboBox 组件包含一个下拉列表,用户可以从该列表中选择单个值。 example 以下示例代码,创建了一个 ComboBox 实例。 package { import laya.ui.ComboBox; import laya.utils.Handl...

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

27. 按钮失效,同UI里的一个图片超链接点击后再返回,出现按钮失效。 [ 69%]

...od stub Laya.Browser.window.location.href=data; }   } //绑定父类 Laya.class(StartResource,"StartResource",StarUI);  主界面 红色是dalog 绿色是超链接按钮     点击超链接按钮。 并点击 chrome左上角的返回键。   回到主界面, 点击dalog,dalog失效     --...

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

28. list ,增加item ,我想在末尾增加,但是每次都给我翻倍的增加,如何解决 [ 68%]

...room_zhuozi.png"); bgSprite.pos(0, 0); this.addChild(bgSprite); } } } Laya.class(Item, "Item", Box); var list = new List(); list.itemRender = Item; list.x = 15; list.y = 60; list.height = 470; list.width = 542; list.spaceY = 20; list.vScrollBarSkin = ""; list.repeatX = 1; list.repeatY = 10; list.sel...

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

29. Tween.to时添加滤镜 [ 67%]

...色相等参数作为getter和setter,以写子类继承为例: public class CustomBitmap extends Sprite { public function CustomBitmap() { } public get luminance():Number { //返回亮度参数值 //... } //亮度,其他一样 public set luminance(value:Number):void { //你自己的处理代码 ...

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

30. laya.d3.core.scene.bvh.BVHSpatialBox_API3.0 [ 65%]

...exported Menu Globals "laya/d3/core/scene/bvh/BVHSpatialBox" BVHSpatialBox Class BVHSpatialBox<T> BVH子空间 Type parameters T Hierarchy BVHSpatialBox BVHRenderBox Index Constructors constructor Accessors parent Methods addCell destroy fillCell fillRemove getItemByCameraCullInfo getItemByFru...

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