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

大约有 1,130 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0094 秒)

1121. laya.ui.Image_API3.0 [ 37%]

...]); } 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

1122. laya.ui.Tree_API3.0 [ 37%]

...]); } 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

1123. laya.ui.FontClip_API3.0 [ 37%]

...]); } 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

1124. 3D物理编辑 · LayaAir3.0文档 · LAYABOX [ 36%]

...ider:Laya.SphereColliderShape = new Laya.SphereColliderShape(0.5); //通过按钮this.castAll状态切换是采用检测全部还是检测第一个 if (this.castAll) { //采用球形碰撞器进行形状检测,检测所有碰撞的物体 this.scene.physicsSimulation.shapeCastAll(sphereCollider, this...

来源: Laya3.0_文档 发布时间: 20241014

1125. laya.ui.TextInput_API3.0 [ 34%]

...]); } 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

1126. laya.ui.TextArea_API3.0 [ 33%]

...]); } 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

1127. 【简单跑酷--JS版】---Lv.2 类之间的引用以及背景滚动实现 [ 29%]

...引用 第一种 当然是用IDE自带的功能 如下图 点击红框的按钮,这时候会弹出一个DEBUG框 我们不用管它 关掉就行了 因为我们这次使用浏览器来做测试 暂时不用ide自带的调试   第二种 我们找到index.html 手动引用RunGame.js也可以 如...

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

1128. 微信关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 [ 26%]

...功后在主域里可以绘制LayaAiride的UI示例,包括list列表。按钮点击等交互; 附近里上传了AS3代码示例,以及JS运行示例,有不明白的开发者欢迎留言。 压缩包说明: AS3示例: main1 主域项目; main2 开发数据域项目; main_minigame 微...

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

1129. 3D粒子编辑模块 · LayaAir3.0文档 · LAYABOX [ 23%]

...,勾选sRGB和Alpha Channel,TextureType依然为Default,点击Apply按钮,确保修改成功 4.3 设置火焰材质 (图4.3) 在Assets下创建一个材质,命名为FlameRoundYellowParticle,Shader使用Laya.Particle,基本上所有的粒子特效都使用此Shader。Color设置为1...

来源: Laya3.0_文档 发布时间: 20241014

1130. LayaAirIDE的可视化2D物理编辑入门(TypeScript-IDE篇(TS)-使用2d物理系统) [ 14%]

...会自动跟随改变。快捷的方法是,点击图5-2所示的fitsize按钮,可以自动按节点当前的宽高适配改变碰撞体的大小,让碰撞体的宽高等于所属节点的宽高。 #### 2.2.5 圆形碰撞体 `CircleCollider` ![img](img/6-1.png) (图6-1) ##### 半径 `radius...

来源: Laya2.0_文档 发布时间: 20210714