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

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

531. 加载-错误处理和进度 [ 53%]

...og("加载失败: " + err); } } } new laya.Loader_ProgressAndErrorHandle();package { import laya.events.Event; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; public class Loader_ProgressAndErrorHandle { public function Loader_ProgressAndErrorHandle() { Laya.init(550...

来源: Laya_示例 发布时间: 20260819

532. 编译部署到layaCloud正式环境报错 [ 53%]

编译部署到layaCloud正式环境报错 [17:10:26] Finished 'package' after 71 ms [17:10:26] Starting 'deploy_to_layacloud_task'...  出错了:E:\gitApp\Felguard_TD_Server\server\gulpfile.js:348 throw new Error(result.ret+':'+result.msg);   出错了:  Error: 162:permission denied at Request....

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

533. laya.d3.physics.PhysicsTriggerComponent [ 53%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames PhysicsTriggerComponentProperties | Methods Packagelaya.d3.physicsClasspublic class PhysicsTriggerComponentInheritancePhysicsTriggerComponent PhysicsComponent Component ObjectSubclasses PhysicsCollider, Rigidbody3D Physi...

来源: Laya2.0_api 发布时间: 20190513

534. laya.physics.joint.RopeJoint [ 53%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RopeJointProperties | Methods Packagelaya.physics.jointClasspublic class RopeJointInheritanceRopeJoint JointBase Component Object 绳索关节:限制了两个点之间的最大距离。它能够阻止连接的物体之...

来源: Laya2.0_api 发布时间: 20190513

535. laya.d3.graphics.VertexPositionNormalTexture0Texture1 [ 53%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames VertexPositionNormalTexture0Texture1Properties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTexture0Texture1InheritanceVertexPositionNormalTexture0Texture1 ObjectImplements IVertex VertexPositio...

来源: laya_api 发布时间: 20170929

536. 自定义shader-shader预编译 [ 53%]

...aderCompile3D.SHADERDEFINE_HIGHPRECISION, 4, 20); } } new ShaderPrecompile;package shaderModule { import laya.ani.AnimationTemplet; import laya.d3.component.animation.SkinAnimations; import laya.d3.core.Camera; import laya.d3.core.MeshSprite3D; import laya.d3.core.light.DirectionLight; import laya.d...

来源: Laya_示例 发布时间: 20260819

537. unity导出3d模型,材质显示不正确,导出的文件里有,但是显示不出来【附模型包及截图】 [ 53%]

...1.unity中   2.laya run预览   3.实际demo中预览(有灯光) 模型package见附件:table.zip     ----   粗糙地改成1024*1024,OK了。。这是为什么呢?     附件 : --> table.zip 2017-11-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

538. laya.physics.joint.WeldJoint [ 52%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames WeldJointProperties | Methods Packagelaya.physics.jointClasspublic class WeldJointInheritanceWeldJoint JointBase Component Object 焊接关节:焊接关节的用途是使两个物体不能相对运动,受到关节的...

来源: Laya2.0_api 发布时间: 20190513

539. 动画-SWF动画 [ 52%]

...his.MCHeight) / 2; Laya.stage.addChild(mc); } } } new laya.Animation_SWF() package { import laya.ani.swf.MovieClip; import laya.display.Stage; import laya.utils.Browser; import laya.webgl.WebGL; public class Animation_SWF { private const SWFPath:String = "../../res/swf/dragon.swf"; private const MCW...

来源: Laya2.0_示例 发布时间: 20260819

540. 引擎的text类中有没有直接读取Json文件的函数 [ 52%]

...可! 2017-08-02 0 1 分享 微博 QZONE 微信 cuixueying 赞同来自: package { import laya.net.Loader; import laya.utils.Handler; public class LayaAirDemo { public function LayaAirDemo() { Laya.init(500,400); Laya.loader.load("unpack.json",Handler.create(this,onLoaded),null,Loader.JSON); } priv...

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