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

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

221. laya.ui.AdvImage_API3.0 [ 41%]

...che tag texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addInputChild callLater clearTimer contains customRender destroy destroyChildren dispose drawToCanvas drawToTexture d...

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

222. laya.ui.View_API3.0 [ 40%]

...age staticCache texture timer top transform url viewport visible width x y zOrder root Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close contains customRender destroy destroyChildren drawToCanvas drawToTexture ...

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

223. laya.ui.OpenDataContextView_API3.0 [ 40%]

...icCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _onActive _onInActive _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChil...

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

224. laya.ui.Panel_API3.0 [ 40%]

...Tip top transform url vScrollBar vScrollBarSkin viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas draw...

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

225. laya.ui.LayoutBox_API3.0 [ 40%]

...icCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTextu...

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

226. laya.ui.TipManager_API3.0 [ 40%]

...icCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer closeAll contains customRender destroy destroyChildren drawToCanvas drawToTexture dr...

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

227. laya.ui.ViewStack_API3.0 [ 40%]

...icCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addItem bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture dra...

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

228. laya.ui.VBox_API3.0 [ 40%]

...icCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture d...

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

229. laya.ui.HBox_API3.0 [ 40%]

...icCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setHeight addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture ...

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

230. 请问object层中添加的sprite怎么添加点击事件 [ 38%]

...ai.x, budai.y); flower.alpha=1; flower.pivotX=25; flower.pivotY=80; flower.zOrder = budai.y; flower.autoSize = true; flower.height = 100; flower.width = 100; flower.size(100,100); flower.on(Laya.Event.CLICK,this,function() {    alert("My Name is Bear"); }); mallLayer.addChild(flower); mallLayer._...

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