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

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

431. laya.ui.Label_API3.0 [ 49%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...

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

432. laya.ui.Tab_API3.0 [ 49%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage stateNum get stateNum(): number set stateNum(value: number): void Inherited from UIGroup.stateNum Defined in laya/ui/UIGroup.ts:381 表示按钮的状态值,以数字表示,默认...

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

433. laya.ui.List_API3.0 [ 49%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage startIndex get startIndex(): number set startIndex(value: number): void Defined in laya/ui/List.ts:879 当前显示的单元格列表的开始索引。 Returns number Defined in laya/ui...

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

434. laya.display.Input_API3.0 [ 48%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...

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

435. 多点触控的使用(JavaScript-3D基础(JS)-LayaAir3D之鼠标交互) [ 48%]

...ction&name=MultiTouch))。 在主类中给猴子添加了脚本。同时在舞台上添加另一个方便显示输出的`Text`文本。 脚本类: ```typescript //重写脚本中的onUpdate方法 onUpdate() { var touchCount = this._scene.input.touchCount(); if (1 === touchCount){ //判断是否为...

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

436. 多点触控的使用(TypeScript-3D基础(TS)-LayaAir3D之鼠标交互) [ 48%]

...ction&name=MultiTouch))。 在主类中给猴子添加了脚本。同时在舞台上添加另一个方便显示输出的`Text`文本。 脚本类: ```typescript //重写脚本中的onUpdate方法 onUpdate() { var touchCount = this._scene.input.touchCount(); if (1 === touchCount){ //判断是否为...

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

437. laya.ui.Tree_API3.0 [ 48%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...

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

438. laya.ui.ScaleBox_API3.0 [ 48%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...

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

439. iphoneX环境下新手引导的抠图透明区域为黑色,其它机型都是正常的。 [ 48%]

...r5g55 、Barry Allen GuideLayer. scrollcet = new Rectangle(0,0,屏幕宽(舞台宽高也可以),屏幕高) 限制一下试试,有问题再及时反馈 2017-12-22 2 1 分享 微博 QZONE 微信 宇智波 旋 赞同来自: leesson 已经9102年了 laya还没有解决这个问题,是因为...

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

440. laya.d3.core.pixelLine.PixelLineSprite3D [ 47%]

...即可 Node onDisable():void 组件被禁用时执行,比如从节点从舞台移除后 此方法为虚方法,使用时重写覆盖即可 Node onEnable():void 组件被启用后执行,比如节点被添加到舞台后 此方法为虚方法,使用时重写覆盖即可 Node removeChild(node...

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