大约有 193 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...At(new Laya.Vector3(0,0,0),new Laya.Vector3(0,1,0)); //创建方向光 var light:Laya.DirectionLight = scene.addChild(new Laya.DirectionLight()) as Laya.DirectionLight; //移动灯光位置 light.transform.translate(new Laya.Vector3(-5,10,-5)); //设置灯光方向 light.direction = new Laya.Vector3...
来源: Laya_社区 发布时间: 20180302
...Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/light/LightSprite" LightSprite Class LightSprite deprecated LightSprite 类用于创建灯光的父类。 Hierarchy Sprite3D LightSprite DirectionLight PointLight SpotLight Index Constructors constructor Properties _extra _sc...
来源: Laya3.0_api 发布时间: 20231115
...Node的初始skin,请问应该怎么获取到这个GraphicNode? var light: Laya.Animation = new Laya.Animation(); light.loadAnimation("ani/thunder.ani"); Laya.stage.addChild(light); light.play(0, true); 用light.frames获取结果为null,不行 2017-08-03 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20170803
...tong 赞同来自: 补充一下,代码调用的时候是这样的: var light: Laya.Animation = new Laya.Animation(); light.loadAnimation("ani/xxx.ani"); Laya.stage.addChild(light); light.play(0, false); 2017-08-03 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 你直接获取ani.frames...
来源: Laya_社区 发布时间: 20170803
...影也显示在了底板上,具体显示如图片。 代码如下: var light = this.MainScene3D.getChildByName("DirectionalLight") as Laya.DirectionLight; light.color = new Laya.Vector3(1, 1, 1); light.shadow = true; light.shadowDistance = 1; light.shadowPCFType = 3; light.shadowResolution = 102...
来源: Laya_社区 发布时间: 20191223
...们这边,就方便测试了 2023-10-07 0 1 分享 微博 QZONE 微信 light_1234 赞同来自: 1111111111 image_fzdhtjw.zip 2023-10-13 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 light_1234 相关问题 文本如何自动换行 Lay...
来源: Laya_社区 发布时间: 20230922
...Array = /*[STATIC SAFE]*/["normal", "add", "multiply", "screen","overlay","light","mask","destination-out"]; public static const TOINT:* = /*[STATIC SAFE]*/{ "normal":0, "add":1, "multiply":2, "screen":3 ,"lighter":1,"overlay":4,"light":5,"mask":6,"destination-out":7}; public static const NORMAL:Str...
来源: Laya_社区 发布时间: 20170303
...接 提交 1 个回复 纪龙 赞同来自: Laya.loader.load("res/sounds/light.mp3", Laya.Handler.create(this, ()=>{ console.log("load light.mp3"); Laya.SoundManager.playMusic("res/sounds/light.mp3"); Laya.Sou...
来源: Laya_社区 发布时间: 20180814
...链接 提交 4 个回复 qwer535305054 赞同来自: 152*****450 this.ani_light1 = new Laya.Animation(); this.ani_light1.loadAnimation("JLWDYCAni/chip.ani"); this.ani_light1.scaleX = 0.8; this.ani_light1.scaleY = 0.8; 2017-11-13 1 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 你需要在...
来源: Laya_社区 发布时间: 20170228
...日志里什么时候支持。 2023-12-19 0 4 分享 微博 QZONE 微信 light_1234 赞同来自: 上面是2.0代码。静态合批 动态合批。以及不合批 下面是3.0代码 动态合批 你看看静态合批与不合批是不是一模一样的?静态合批没有做? 2023-12-1...
来源: Laya_社区 发布时间: 20231214