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

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

91. laya.ui.ScaleBox_API3.0 [ 70%]

...ight rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRe...

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

92. ToolTip鼠标悬停的使用 [ 70%]

...ton Three"],false); } private function showTips():void { _testTip.my_label.text="我是button Two" _tip.showDislayTip(_testTip); } private function showTips2(name:String):void { _testTip.my_label.text="我是:" name; _tip.showDislayTip(_testTip);//自定义鼠标悬浮提示请用showDislayTip } } }...

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

93. laya.ui.Box_API3.0 [ 70%]

...ight rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRe...

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

94. laya.ui.OpenDataContextView_API3.0 [ 70%]

...ted All Inherited Externals Only exported Menu Globals "laya/ui/OpenDataContextView" OpenDataContextView Class OpenDataContextView 微信开放数据展示组件,直接实例本组件,即可根据组件宽高,位置,以最优的方式显示开放域数据 Hierarchy UIComponent OpenDataContex...

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

95. laya.ui.Panel_API3.0 [ 70%]

...on scaleX scaleY scene scrollRect scrollType skewX skewY stage staticCache texture timer toolTip top transform url vScrollBar vScrollBarSkin viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance bub...

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

96. laya.ui.LayoutBox_API3.0 [ 70%]

...otation scaleX scaleY scene scrollRect skewX skewY space stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRe...

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

97. laya.ui.TipManager_API3.0 [ 70%]

...useThrough name tag drawtocanvCtx offsetX offsetY tipBackColor tipDelay tipTextColor Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource defaultTipHandler destroyed disabled displayHeight ...

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

98. laya.ui.ViewStack_API3.0 [ 70%]

...Rect selectedIndex selection setIndexHandler skewX skewY stage staticCache 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 ...

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

99. laya.display.Scene_API3.0 [ 70%]

...ation scaleX scaleY scene scene3D scrollRect skewX skewY stage 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 custo...

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

100. 位图文本怎么做渐变消隐动画? [ 70%]

...容相关的链接 提交 1 个回复 bpmf_d 赞同来自: private createText(font: string): void {         var txt: Text = new Text();         txt.width = 250;         txt.wordWrap = true;         txt.text = "测试文本";         txt.font = font;      ...

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