大约有 1,382 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0057 秒)
Laya_社区(851) Laya2.0_文档(129) Laya3.0_api(105) Laya_示例(75) Laya2.0_api(66) laya_api(61) Laya2.0_示例(51) Laya3.0_文档(44)
...0ff00"); _fish.x = 300 _fish.y = 200 this.addChild(_fish); Laya.timer.loop(100, this, function () { console.log(_fish.x, _fish.y, _fish.width, _fish.height, _fish.rotation); if (_fish.hitTestPoint(_fish.x, _fish.y)) { console.log("hittttttt"); } }); } } //程序入口 Laya.init(600, 400); this.onLoa...
来源: Laya_社区 发布时间: 20180315
...是新建,且没有赋值的情况下(即默认生成的时候值是0,0,100,0)确实不会报错,但如果是已存在,比如先设置sp.getComponent(ChainCollider).points = "25,25,50,50";运行后,再改变值时(如果一次运行中连续赋值2次,是不会报错的,必须执行再...
来源: Laya_社区 发布时间: 20181130
...e(); sp1.loadImage('bet/cheer_1_3.png'); const sp2 = new Sprite(); sp2.x = 100; sp2.loadImage('bet/cheer_1_4.png'); sp1.addChild(sp2); this.addChild(sp1); const htmlCanvas = sp1.drawToCanvas(640, 200, 0, 0); const canvas = htmlCanvas.getCanvas(); trace(canvas.toDataURL('image/png')); const texture =...
来源: Laya_社区 发布时间: 20171018
...exture", 2D) = "white" {} } SubShader { Tags { "RenderType"="Opaque" } LOD 100 Pass { CGPROGRAM #pragma vertex vert #pragma fragment frag // make fog work #pragma multi_compile_fog #include "UnityCG.cginc" struct appdata { float4 vertex : POSITION; float2 uv : TEXCOORD0; float2 uv2 : TEXCOO...
来源: Laya_社区 发布时间: 20190422
...; //添加照相机 var camera = (scene.addChild(new Laya.Camera(0, 0.1, 100))); camera.transform.translate(new Laya.Vector3(0, 3, 3)); camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); camera.clearColor = null; //添加方向光 var directionLight = scene.addChild(new Laya.Dire...
来源: Laya_社区 发布时间: 20180605
.../ this.removeSelf(); // } // function onChange(value) // { // if(value>=100){ // } // } // return Loadings; })(laya.loadingUI); 2018-01-01 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 gaowei2024 相关问题 分享:LayaAir下Lo...
来源: Laya_社区 发布时间: 20171230
...otected function createItems():void { _items = ; for(var i:int = 0; i < 100; i++) { var image:Image = new Image("comp/clip_num.png"); image.size(240, 27); _items.push(image); } _list.array = _items; } protected function renderHandler(cell:Sprite, index:int):void { removeAllChildren(cell); cell.ad...
来源: Laya_社区 发布时间: 20170323
...ntf.c:183) 4 libsystem_malloc.dylib 0x000000021796a8ac malloc_zone_error + 100 (malloc_printf.c:209) 5 libsystem_malloc.dylib 0x0000000217958990 free_list_checksum_botch + 36 (magazine_inline.h:192) 6 libsystem_malloc.dylib 0x0000000217955e54 small_free_list_remove_ptr_no_clear + 1232 (magazine_smal...
来源: Laya_社区 发布时间: 20190923
... **max:**HSlider滑块拖动到最右边时的最大值,默认数值为100; **min:**HSlider滑块拖动到最左边时的最小值,默认为0; **value:**滑块目前所处的数值,应当等于max或min,或在它们之间的值。 ![图片4.png](img/4.png) (图4) ...
来源: Laya2.0_文档 发布时间: 20210715
... **max:**HSlider滑块拖动到最右边时的最大值,默认数值为100; **min:**HSlider滑块拖动到最左边时的最小值,默认为0; **value:**滑块目前所处的数值,应当等于max或min,或在它们之间的值。 ![图片4.png](img/4.png) (图4) ...
来源: Laya2.0_文档 发布时间: 20210714