大约有 1,288 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0090 秒)
Laya2.0_api(368) laya_api(298) Laya_社区(266) Laya_示例(145) Laya2.0_示例(111) Laya2.0_文档(68) Laya3.0_api(23) Laya3.0_文档(9)
...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
编译部署到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
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
API DocumentationAll Packages | All Classes | Index | Frames No Frames RopeJointProperties | Methods Packagelaya.physics.jointClasspublic class RopeJointInheritanceRopeJoint JointBase Component Object 绳索关节:限制了两个点之间的最大距离。它能够阻止连接的物体之...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames VertexPositionNormalTexture0Texture1Properties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTexture0Texture1InheritanceVertexPositionNormalTexture0Texture1 ObjectImplements IVertex VertexPositio...
来源: laya_api 发布时间: 20170929
...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
...1.unity中 2.laya run预览 3.实际demo中预览(有灯光) 模型package见附件:table.zip ---- 粗糙地改成1024*1024,OK了。。这是为什么呢? 附件 : --> table.zip 2017-11-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20171123
API DocumentationAll Packages | All Classes | Index | Frames No Frames WeldJointProperties | Methods Packagelaya.physics.jointClasspublic class WeldJointInheritanceWeldJoint JointBase Component Object 焊接关节:焊接关节的用途是使两个物体不能相对运动,受到关节的...
来源: Laya2.0_api 发布时间: 20190513
...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
...可! 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