大约有 1,130 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0094 秒)
Laya_社区(1004) Laya2.0_文档(41) Laya3.0_api(39) laya_api(15) Laya3.0_文档(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
...ider:Laya.SphereColliderShape = new Laya.SphereColliderShape(0.5); //通过按钮this.castAll状态切换是采用检测全部还是检测第一个 if (this.castAll) { //采用球形碰撞器进行形状检测,检测所有碰撞的物体 this.scene.physicsSimulation.shapeCastAll(sphereCollider, this...
来源: Laya3.0_文档 发布时间: 20241014
...]); } 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
...引用 第一种 当然是用IDE自带的功能 如下图 点击红框的按钮,这时候会弹出一个DEBUG框 我们不用管它 关掉就行了 因为我们这次使用浏览器来做测试 暂时不用ide自带的调试 第二种 我们找到index.html 手动引用RunGame.js也可以 如...
来源: Laya_社区 发布时间: 20160722
...功后在主域里可以绘制LayaAiride的UI示例,包括list列表。按钮点击等交互; 附近里上传了AS3代码示例,以及JS运行示例,有不明白的开发者欢迎留言。 压缩包说明: AS3示例: main1 主域项目; main2 开发数据域项目; main_minigame 微...
来源: Laya_社区 发布时间: 20180525
...,勾选sRGB和Alpha Channel,TextureType依然为Default,点击Apply按钮,确保修改成功 4.3 设置火焰材质 (图4.3) 在Assets下创建一个材质,命名为FlameRoundYellowParticle,Shader使用Laya.Particle,基本上所有的粒子特效都使用此Shader。Color设置为1...
来源: Laya3.0_文档 发布时间: 20241014
...会自动跟随改变。快捷的方法是,点击图5-2所示的fitsize按钮,可以自动按节点当前的宽高适配改变碰撞体的大小,让碰撞体的宽高等于所属节点的宽高。 #### 2.2.5 圆形碰撞体 `CircleCollider` ![img](img/6-1.png) (图6-1) ##### 半径 `radius...
来源: Laya2.0_文档 发布时间: 20210714