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

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

1951. 3D粒子编辑模块 · LayaAir3文档 · LAYABOX [ 18%]

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

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

1952. 项目发布详解(含命令行发布)(TypeScript-IDE篇(TS)-代码模式基础) [ 17%]

...间。 `publish`是项目发布,相当于发布面板里点击了发布按钮。这块比较重要,一会拿出来单独介绍。 `help`是layaair2-cmd的帮助说明,与 `layaair2-cmd -h`显示效果一样。 #### 3、项目发布命令的使用与注意事项 我们还是先通过`layaair2-c...

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

1953. laya.ui.Tree_API3.0 [ 14%]

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

1954. laya.ui.Clip_API3.0 [ 14%]

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

1955. laya.ui.FontClip_API3.0 [ 13%]

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

1956. laya.ui.TextInput_API3.0 [ 13%]

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

1957. laya.ui.TextArea_API3.0 [ 13%]

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

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

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

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

1959. 3D物理系统 · LayaAir3.3 · 引擎文档 · LAYABOX [ 12%]

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

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

1960. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 8%]

...自: 提个小建议,加个删除原文件(所要覆盖的文件)的按钮 2017-05-21 0 3 分享 微博 QZONE 微信 sfsmmc 赞同来自: 导出时选择Scene,通过Scene.load()加载场景一片漆黑(没有报错)。 但是导出时选择Sprite3D,通过Sprite3D.load()加载显示却...

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