大约有 821 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
Laya_社区(448) Laya3.0_api(77) laya_api(70) Laya2.0_api(64) Laya2.0_文档(50) Laya2.0_示例(39) Laya_示例(37) Laya3.0_文档(36)
...ace * 5) / 4; var btnHeight = btnWidth; btn_bottom.size(btnWidth, btnHeight); scaleX = btnWidth / btn_imgWidth; scaleY = btnHeight / btn_imgHeight; var scaleMin = scaleX > scaleY ? scaleY : scaleX; btn_bottom[i].pos(btnWidth ...
来源: Laya_社区 发布时间: 20161202
... s.startSpeedConstant = 0; s.threeDStartSize = false; s.startSizeType = 0; s.startSizeConstant = 1; s.startSizeConstantSeparate = new Vector3(1,1,1); ...
来源: Laya_社区 发布时间: 20170605
...是在demo -> Sprite -> 轴心点,在AS3代码的第36行: sp2.size(110, 145); 我发现这size不管如何设置,sp2的宽高都不会改变, 这算是bug吗? 谢谢 2016-04-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20160419
...后事件无法触发,去掉后可以正常触发(库内Sprite的autosize默认已经修改为true) 2016-11-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: sprite...
来源: Laya_社区 发布时间: 20161128
...2. Background 3. Projection - perspective - Field of View - Orthographic - size 4. Clipping Planes - Near - Far 5. Viewport Rect - X - Y - W - H 6. Allow HDR - Light ![Light](./img/components/class-Light-0.png) 1. Type - Directional - Spot - Range - Spot Angle - Point - Range 2. Color 3. Mode - Real...
来源: Laya2.0_文档 发布时间: 20200822
...ialias = true; Laya.init(0, 0,true); Laya.stage.bgColor = "#000000"; ChangeSize(); Laya.timer.once(1000,this,function start():void{ Laya.stage.on(Event.RESIZE,this,onResize); }); } protected function HengPing(): void { trace("设置横屏" ); var layaCanvas:Object = Browser.getElementById("layaCa...
来源: Laya_社区 发布时间: 20190520
... let prog = item1.progress == undefined ? 0 : item1.progress; num += item1.size == undefined ? 0 : item1.size * prog; } } var v = num / totalSize; progress.runWith(v); } }采用发布命令压缩js后变成了: function loadProgress(t, e) { if (null != i) { t.progress = e; for (var s = 0, r = 0; r &...
来源: Laya_社区 发布时间: 20200427
...nction layaSlot(info){ layaSlot.__super.call(this); this.size(200,200); this.graphics.drawRect(0,0,200,200,'#123456'); var viewPort = new Rectangle(0,0,200,200); this.viewport = viewPort; var ccc = new Sprite(); ccc.graphics.dra...
来源: Laya_社区 发布时间: 20170323
...ents IShadowCullInfo Index Constructors constructor Properties MemoryBlock_size Accessors cullPlaneCount cullPlanes cullSphere direction position Constructors constructor new NativeShadowCullInfo(): NativeShadowCullInfo Defined in laya/d3/RenderObjs/NativeOBJ/NativeShadowCullInfo.ts:27 Returns Nativ...
来源: Laya3.0_api 发布时间: 20231115
...tion (_super){ function MarketItem() { MarketItem.__super.call(this); this.size(312, 462); // {id:1,name:"10金豆-测试",price:0.01,title:"10金豆-测试",desc:"测试",balance:10,gift:0,imgPath:"res\\common\\BalanceSellDlg\\xiaodou.png",hot:1,orderCount:9} // 背景 var bg_image = new Laya.Image...
来源: Laya_社区 发布时间: 20170422