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

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

171. laya.display.Text_API3.0 [ 24%]

...onName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void changeText changeText(text: string): void Defined in laya/display/Text.ts:353 deprecated Parameters text: string Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited f...

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

172. laya.ui.RadioGroup_API3.0 [ 24%]

...IGroup.ts:28 改变 Group 的选择项时执行的处理器,(默认返回参数: 项索引(index:int))。 Optional tag tag: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static drawtocanvCtx drawtocanvCtx: Context Inherited from Text.drawtocanvCtx Defined in ...

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

173. laya.d3.core.material.Material_API3.0 [ 24%]

...l data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns ...

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

174. laya.ui.TextInput_API3.0 [ 24%]

... String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 example private var _testTips:TestTipsUI = new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定...

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

175. laya.ui.HScrollBar_API3.0 [ 24%]

...dler Defined in laya/ui/ScrollBar.ts:46 滚动变化时回调,回传value参数。 disableDrag disableDrag: boolean = false Inherited from ScrollBar.disableDrag Defined in laya/ui/ScrollBar.ts:66 调用滚动停止接口stopMoveLimit时,是否禁止内容的拖拽 downButton downButton: Button I...

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

176. laya.ui.VScrollBar_API3.0 [ 24%]

...dler Defined in laya/ui/ScrollBar.ts:46 滚动变化时回调,回传value参数。 disableDrag disableDrag: boolean = false Inherited from ScrollBar.disableDrag Defined in laya/ui/ScrollBar.ts:66 调用滚动停止接口stopMoveLimit时,是否禁止内容的拖拽 downButton downButton: Button I...

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

177. laya.ui.Tab_API3.0 [ 23%]

...IGroup.ts:28 改变 Group 的选择项时执行的处理器,(默认返回参数: 项索引(index:int))。 Optional tag tag: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static drawtocanvCtx drawtocanvCtx: Context Inherited from Text.drawtocanvCtx Defined in ...

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

178. laya.ui.Label_API3.0 [ 23%]

... String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 example private var _testTips:TestTipsUI = new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定...

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

179. laya.ui.TextArea_API3.0 [ 23%]

... String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 example private var _testTips:TestTipsUI = new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定...

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

180. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 23%]

...          * @params protocol协议名称          * @params data 参数【和服务端针对协议约定】         */         public request(protocol: string, data: any = null): void {             if (!this.pomelo) return;             if(!this.mConnected){         ...

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