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

大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0066 秒)

1421. laya.ui.Styles_API3.0 [ 62%]

...lPadding scrollBarDelayTime scrollBarMinNum Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static property

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

1422. laya.ui.RadioGroup [ 62%]

...个项对象,返回此项对象的索引id。 UIGroup callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.time...

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

1423. laya.d3.core.particleshuriken.module.GradientDataVector2_API3.0 [ 62%]

...constructor gradientCount add clone cloneTo Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

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

1424. UI-RefreshList [ 62%]

...aya.loader.load("res/ui/refreshList/ani/refresh.png", Handler.create(this, function(){ this.initView(); })); } initView(){ // 加载并添加场景中需要使用的资源 this.baseBox = new Box(); this.baseBox.width = 443; this.baseBox.height = 622; this.baseBox.pos(30, 28); this.baseBox.bgColor = ...

来源: Laya2.0_示例 发布时间: 20260106

1425. laya.display.cmd.DrawTextureCmd_API3.0 [ 62%]

...ight matrix texture uv width x y ID recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property

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

1426. laya.ui.Tab [ 62%]

...个项对象,返回此项对象的索引id。 UIGroup callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya...

来源: laya_api 发布时间: 20170929

1427. laya.ui.HScrollBar [ 62%]

...据。 Stage对象和UI的View组件默认为true。 Sprite isLockedFun : FunctionScrollBar isVertical : Boolean 一个布尔值,指示滚动条是否为垂直滚动。如果值为true,则为垂直滚动,否则为水平滚动。 默认值为:true。 ScrollBar lastOffset : Number[read-only...

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

1428. laya.net.LoadTask_API3.0 [ 62%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

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

1429. LayaNative二次开发问题? [ 62%]

LayaNative二次开发问题? LayaAir里面的js方法 _proto.init = function(){ // a、创建Test类 var Test=Laya.PlatformClass.createClass("com.coin.test.TestOne"); // 这个名字要与下面声明的Java的类名匹配. 包名+类名 var a = false; // 注册手指按下事件 document.addEve...

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

1430. 读取json对象 [ 62%]

读取json对象 代码public function LayaSample() {             //初始化引擎             Laya.init(1136, 640);             Laya.stage.bgColor = "#ffffff";             Stat.show(300,0);             var arr:Array = new Array();             ...

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