大约有 919 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0043 秒)
Laya3.0_api(529) Laya_社区(122) Laya2.0_api(101) laya_api(89) Laya3.0_文档(36) Laya2.0_文档(26) Laya2.0_示例(10) Laya_示例(6)
...lculateBoundsintersection calculateBoundsintersection(bounds: BoundsImpl): number Defined in laya/d3/math/BoundsImpl.ts:229 Parameters bounds: BoundsImpl Returns number -1为不相交 不为0的时候返回值为相交体积 clone clone(): any Defined in laya/d3/math/BoundsImpl.ts:268 克隆。 Retu...
来源: Laya3.0_api 发布时间: 20231115
...动画最后一帧的索引值, */ private aniUrls(aniName:string,length:number):any{ var urls:any = []; for(var i:number = 0;i<length;i++){ //动画资源路径要和动画图集打包前的资源命名对应起来 urls.push("role/"+aniName+i+".png"); } return urls; } } new AtlasAniDemo(); ``` ...
来源: Laya2.0_文档 发布时间: 20210715
...rticleShuriKen/module/VelocityOverLifetime.ts:12 是否启用 space space: number = 0 Defined in laya/d3/core/particleShuriKen/module/VelocityOverLifetime.ts:14 速度空间,0为local,1为world。 Accessors velocity get velocity(): GradientVelocity Defined in laya/d3/core/particleShuriKen/module/Vel...
来源: Laya3.0_api 发布时间: 20231115
...里给 List 对象赋值。 ```javascript var data: Array = []; for(var m:number =0;m (图6) ####8. 在代码里添加脚本,隐藏滚动条,设置拖拽的橡皮筋效果。 ```javascript m_list.scrollBar.hide = true;//隐藏列表的滚动条。 m_list.scrollBar.elasticBackTime = 200;/...
来源: Laya2.0_文档 发布时间: 20210715
...tic sciContainsBox sciContainsBox(box: Bounds, cullInfo: IShadowCullInfo): number Defined in laya/d3/core/scene/bvh/BVHSpatialBox.ts:26 包围盒和阴影相机的关系 Parameters box: Bounds cullInfo: IShadowCullInfo Returns number 0: 不相交,1:包含, 2:相交 Static sciIntersectsBox sc...
来源: Laya3.0_api 发布时间: 20231115
...orm uvs vertices Methods getBounds Properties canvasPadding canvasPadding: number = 1 Defined in laya/ani/bone/canvasmesh/MeshData.ts:43 扩展像素,用来去除黑边 indexes indexes: Uint16Array = new Uint16Array([0, 1, 3, 3, 1, 2]) Defined in laya/ani/bone/canvasmesh/MeshData.ts:28 顶点索引 ...
来源: Laya3.0_api 发布时间: 20231115
...artDrag(area:Rectangle = null, hasInertia:Boolean = false, elasticDistance:Number = 0, elasticBackTime:int = 300, data:* = null, disableMouseEvent:Boolean = false, ratio:Number = 0.92):void { 2018-05-02 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复...
来源: Laya_社区 发布时间: 20180428
...lic target: Laya.Sprite3D; private camera: Laya.Camera; public distanceUp: number = 0.5;//相机与目标的竖直高度参数 public distanceAway: number = 10;//相机与目标的水平距离参数 public smooth: number = 2;//位置平滑移动插值参数值 public camDepthSmooth: number = 20 publ...
来源: Laya3.0_文档 发布时间: 20241014
...te(): void { // 组装tree的数据 var treeData: string = ""; for (var i: number = 0; i "; for (var j: number = 0; j "; } treeData += ""; } treeData += ""; // 解析tree的数据 var xml:any = Utils.parseXMLFromString(treeData); var tree: Tree = new Tree(); tree.scrollBarSkin = "res/ui/vscroll.png"...
来源: Laya2.0_文档 发布时间: 20210714
...ls/WeakObject.ts:17 全局WeakObject单例 Static delInterval delInterval: number = 10 * 60 * 1000 Defined in laya/utils/WeakObject.ts:15 如果不支持WeakMap,则多少时间清理一次缓存,默认10分钟清理一次 Static supportWeakMap supportWeakMap: boolean = false Defined in laya/util...
来源: Laya3.0_api 发布时间: 20231115