大约有 4,338 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0085 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(25)
...)); var _quaternion = new Laya.Quaternion(); Laya.timer.frameLoop(1, null, function () { Laya.Quaternion.createFromYawPitchRoll(0.025, 0, 0, _quaternion); var _direction = directionLight.direction; Laya.Vector3.transformQuat(_direction, _quaternion, _direction); directionLight.direction = _direction...
来源: Laya_示例 发布时间: 20241127
Tween.to 执行失败 //使精灵走到鼠标位置 function walkToMousePos(sprite){ console.log(Laya.stage.mouseX) ; console.log(Laya.stage.mouseY) ; console.log(sprite.x) ; console.log(sprite.y) ; var hDir = Laya.stage.mouseX>sprite.x? "right" : "left" ; var vDir = Laya.stage.mouseY>sprit...
来源: Laya_社区 发布时间: 20180331
...。 2017-07-12 0 0 分享 微博 QZONE 微信 a1284964657 赞同来自: (function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var WebGL = Laya.WebGL; var sp; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(740, 4...
来源: Laya_社区 发布时间: 20170711
... photoimg.loadImage(imgn,0,0,500,500); Laya.timer.once(1000, this, function():void{ maskimg.loadImage("http://img.diyphoto.cn/Mask/im ... ot%3B,0,0,500,500); }); 延时加载 的效果. 模拟加载的东西很多的时候 2016-09-23 0 8 分享 微博 QZONE 微信 为...
来源: Laya_社区 发布时间: 20160923
...age=ch&category=3d&group=Resource&name=GarbageCollection)) ```typescript function(e:Event) { this._castType++; this._castType %= 2; switch (this._castType) { case 0: (e.target as Button).label = "释放显存"; this.loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (this....
来源: Laya2.0_文档 发布时间: 20210715
...te3D.load("part.lh")) as Sprite3D; part.once(Event.HIERARCHY_LOADED, this, function():void{ part.transform.localScale = new Vector3(3, 3, 3); }); 我按照这个调整粒子大小,不起作用啊 2018-07-09 0 6 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: effect.once(Laya.Ev...
来源: Laya_社区 发布时间: 20180705
...this, closeHandler); this.socket.on(Laya.Event.ERROR, this, errorHandler); function openHandler(event){ //正确建立连接; } function receiveHandler(msg){ ///接收到数据触发函数 } function closeHandler(e){ //关闭事件 } function errorHandler(e){ //连接出错 } ``` 注意:我们...
来源: Laya2.0_文档 发布时间: 20210714
...var trianglePositions:ArrayConstructor DetailRaycastHit()Constructorpublic function RaycastHit()Method DetailcloneTo()method public function cloneTo(dec:RaycastHit):void Parameters dec:RaycastHitFri Sep 29 2017, 06:34 PM +08:00
来源: laya_api 发布时间: 20170929
...npropertyaction:IFilterAction [read-only] Implementation public function get action():IFilterActiontypeproperty type:int [read-only] Implementation public function get type():intFri Sep 29 2017, 06:34 PM +08:00
来源: laya_api 发布时间: 20170929
...:String 字符串型颜色值。Constructor DetailColor()Constructorpublic function Color(str:*) 根据指定的属性值,创建一个 Color 类的实例。 Parameters str:* — 颜色值。 Method Detailcreate()method public static function create(str:*):Color 根据指定的属性值,创建并...
来源: laya_api 发布时间: 20170422