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

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

181. laya.ui.UIGroup_API3.0 [ 56%]

... globalToLocal hasHideFlag hasListener hitTestPoint initItems isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repa...

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

182. laya.d3.core.scene.Scene3D_API3.0 [ 56%]

...tlightmaps globalToLocal hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache recaculateCullCamera releaseRender removeChild removeChildAt removeChildByName re...

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

183. laya.ui.Panel_API3.0 [ 55%]

... get_width globalToLocal hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache refresh removeChild removeChildAt removeChildByName removeChildren removeSelf ren...

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

184. laya.ui.View_API3.0 [ 55%]

... get_width globalToLocal hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onClosed onDestroy onDisable onEnable onOpened once open parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren...

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

185. laya.display.Stage_API3.0 [ 55%]

... get_width globalToLocal hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal needUpdateCanvasSize off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren r...

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

186. laya.ui.AdvImage_API3.0 [ 55%]

...balToLocal hasHideFlag hasListener hitTestPoint isAncestorOf isSupportJump loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeInputChild remov...

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

187. laya.ui.Tree_API3.0 [ 55%]

... get_width globalToLocal hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repa...

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

188. laya.ui.List_API3.0 [ 55%]

... globalToLocal hasHideFlag hasListener hitTestPoint initItems isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache refresh removeChild removeChildAt removeChildByName removeChildren removeSelf ren...

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

189. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 55%]

...+ 'I like ' + '' + 'cheese' + '' + '' + ''; var sp = new Laya.Sprite(); sp.loadImage(data, 0, 0, 200, 200); Laya.stage.addChild(sp); ``` 通过data来当做url传递给loadImage这个方法引擎就会帮我们加载并解码显示出来。loadImage这个方法中的参数不仅仅有接收地址的...

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

190. 关于缓动函数from的一些问题记录 [ 55%]

...complete回调和addChild的顺序?     2. new Handler (在加载图片loadImage时可行)和new Laya.Handler(在from的Props的update回调函数时可行) 和 Laya.Handler.create (在加载图集和from的complete回调函数时可行)的区别?为什么会在交替使用时失败? 2018-06-20 ...

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