大约有 1,134 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0099 秒)
Laya_社区(1006) Laya3.0_api(38) Laya2.0_文档(35) Laya3.0_文档(24) laya_api(15) Laya2.0_api(15) Laya2.0_示例(1)
...]); } private function showTips1():void { _testTips.label.text = "这里是按钮[" + btn1.label + "]"; tip.addChild(_testTips); } private function showTips2(name:String):void { _testTips.label.text = "这里是" + name; tip.addChild(_testTips); } Returns any Inherited from UIComponent.toolTip Defin...
来源: Laya3.0_api 发布时间: 20231115
...]); } private function showTips1():void { _testTips.label.text = "这里是按钮[" + btn1.label + "]"; tip.addChild(_testTips); } private function showTips2(name:String):void { _testTips.label.text = "这里是" + name; tip.addChild(_testTips); } Returns any Inherited from UIComponent.toolTip Defin...
来源: Laya3.0_api 发布时间: 20231115
...]); } private function showTips1():void { _testTips.label.text = "这里是按钮[" + btn1.label + "]"; tip.addChild(_testTips); } private function showTips2(name:String):void { _testTips.label.text = "这里是" + name; tip.addChild(_testTips); } Returns any Inherited from UIComponent.toolTip Defin...
来源: Laya3.0_api 发布时间: 20231115
...]); } private function showTips1():void { _testTips.label.text = "这里是按钮[" + btn1.label + "]"; tip.addChild(_testTips); } private function showTips2(name:String):void { _testTips.label.text = "这里是" + name; tip.addChild(_testTips); } Returns any Inherited from UIComponent.toolTip Defin...
来源: Laya3.0_api 发布时间: 20231115
...]); } private function showTips1():void { _testTips.label.text = "这里是按钮[" + btn1.label + "]"; tip.addChild(_testTips); } private function showTips2(name:String):void { _testTips.label.text = "这里是" + name; tip.addChild(_testTips); } Returns any Inherited from UIComponent.toolTip Defin...
来源: Laya3.0_api 发布时间: 20231115
...]); } private function showTips1():void { _testTips.label.text = "这里是按钮[" + btn1.label + "]"; tip.addChild(_testTips); } private function showTips2(name:String):void { _testTips.label.text = "这里是" + name; tip.addChild(_testTips); } Returns any Inherited from UIComponent.toolTip Defin...
来源: Laya3.0_api 发布时间: 20231115
...cript extends Laya.Script { @property({ type: Laya.Button, caption: "切换按钮" }) public btn: Laya.Button; spine: Laya.Spine2DRenderNode; //外部皮肤 weaponSkin: Laya.ExternalSkin = new Laya.ExternalSkin(); //外部皮肤列表项 weaponSkinItem: Laya.ExternalSkinItem = new Laya.ExternalSkinI...
来源: Laya3.0_文档 发布时间: 20251128
...后,只有一个设置,就是形态组合(shapes),通过点击 + 号按钮添加子形状,如图1-14所示。 (图1-14) 需要注意的是,添加子形状的时候,不能再次使用组合碰撞形状。 1.1.8 碰撞形状编辑工具 LayaAir3.2.4开始,对于碰撞形状,除了通...
来源: Laya3.0_文档 发布时间: 20251010
...引用 第一种 当然是用IDE自带的功能 如下图 点击红框的按钮,这时候会弹出一个DEBUG框 我们不用管它 关掉就行了 因为我们这次使用浏览器来做测试 暂时不用ide自带的调试 第二种 我们找到index.html 手动引用RunGame.js也可以 如...
来源: Laya_社区 发布时间: 20160722
...性默认都是以常量的形式显示,点击属性框右侧的下箭头按钮,可以选择编辑形式: (图1-2) 常量:设置属性的常量值,该值在粒子整个生命周期内不会发生变化。 (图1-3) 曲线:属性切换为曲线编辑形式,点击属性框即可...
来源: Laya3.0_文档 发布时间: 20251010