大约有 797 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0065 秒)
Laya_社区(443) Laya3.0_api(103) Laya2.0_api(58) laya_api(54) Laya2.0_文档(49) Laya_示例(39) Laya2.0_示例(33) Laya3.0_文档(18)
...colors: Color[] 颜色数组。 Returns void getIndices getIndices(): Uint8Array | Uint16Array | Uint32Array Defined in laya/d3/resource/models/Mesh.ts:723 拷贝并获取网格索引的副本。 Returns Uint8Array | Uint16Array | Uint32Array 网格索引。 getNormals getNormals(normals: Vector3[])...
来源: Laya3.0_api 发布时间: 20231115
... 1 个回复 cuixueying 赞同来自: public function TestView() { var arr:Array=; for(var i:int=0;i<10;i++) { arr.push({my_clip:i}); } my_list.array=arr; my_list.renderHandler=new Handler(this,onRender); } private function onRender(cell:Box,index:int):void { // TODO Auto Generated method stub va...
来源: Laya_社区 发布时间: 20161030
...on(position: Vector3, direction: Vector3, rand?: Rand, randomSeeds?: Uint32Array): void Overrides BaseShape.generatePositionAndDirection Defined in laya/d3/core/particleShuriKen/module/shape/SphereShape.ts:56 用于生成粒子初始位置和方向。 override Parameters position: Vector3 粒子位...
来源: Laya3.0_api 发布时间: 20231115
...nly] 对象的显示宽度(以像素为单位)。 Component filters : Array滤镜集合。可以设置多个滤镜组合。Sprite globalScaleX : Number[read-only] 获得相对于stage的全局X轴缩放值(会叠加父亲节点的缩放值)。 Sprite globalScaleY : Number[read-only] 获...
来源: laya_api 发布时间: 20170929
...以先对你的MovieClip进行下预加载 (5)IFlash.preSwfAssets(assets:Array); 设置需要预加载swf资源的集合。@param assets 需要预加载的swf数组集合 IFlash.preSwfAssets(assets:Array); 然后再进行播放控制看看。 有问题及时沟通,谢谢! 2016-07-18 0 4 分享 ...
来源: Laya_社区 发布时间: 20160718
...on(position: Vector3, direction: Vector3, rand?: Rand, randomSeeds?: Uint32Array): void Overrides BaseShape.generatePositionAndDirection Defined in laya/d3/core/particleShuriKen/module/shape/HemisphereShape.ts:59 用于生成粒子初始位置和方向。 override Parameters position: Vector3 粒子...
来源: Laya3.0_api 发布时间: 20231115
...istView extends ListViewUI { public function ListView() { super(); var arr:Array=[]; for(var i:int=0;i<95;i++) { arr.push({icon:i,label:"Index"+i}); } boxList.array=arr; boxList.mouseHandler=new Handler(listRender); } private function listRender(e:MouseEvent,index:int):void { // TODO Auto Generat...
来源: Laya_社区 发布时间: 20151224
...ns void getUpdateData getUpdateData(index: number, length: number): Float32Array Defined in laya/d3/RenderObjs/RenderObj/InstanceRenderElementOBJ.ts:35 Parameters index: number index of Buffer3D length: number length of array Returns Float32Array Globals "laya/d3/RenderObjs/RenderObj/InstanceRenderE...
来源: Laya3.0_api 发布时间: 20231115
...过来的GET参数 如何获取图片每个像素点的RGB? 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 tree mouseHandler 怎...
来源: Laya_社区 发布时间: 20181221
...0; private moveSpeed = 2; private rotateSpeed = 2; private characterGroup: Array; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.width, Browser.height, WebGL); Laya.stage.bgColor = "#232628"; Stat.show(); Laya.loader.load("../../res/cartoonCharacters/cartoonCharactors.js...
来源: Laya_示例 发布时间: 20260819