大约有 689 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0065 秒)
Laya3.0_api(324) Laya2.0_api(134) laya_api(106) Laya_社区(94) Laya2.0_文档(23) Laya3.0_文档(7) Laya2.0_示例(1)
...form3D; public AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3); /// <summary> /// Range limit of angle. /// </summary> public angleRange:...
来源: Laya_社区 发布时间: 20190224
...的视口 与 `viewport` 屏幕像素坐标的视口 这两个都是 get/set方法。所以在修改摄影机视口参数时不能单纯的知识修改视口参数,还需要对视口重新赋值。 > 动态修改摄影机视口 ```typescript Laya.timer.once(3000,this,function ():void { //获取第...
来源: Laya2.0_文档 发布时间: 20210715
...ape/BaseShape.ts:31 粒子类型 Accessors angleDEG get angleDEG(): number set angleDEG(deg: number): void Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:46 发射角度0-360 Returns number Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:42 发射角度0-360 Pa...
来源: Laya3.0_api 发布时间: 20231115
...ya.ui.List; export class ListDataSourceMediator { constructor() { } public setUp():void { var list: List = new List(); // 渲染的item list.itemRender = ListDataSourceItem; // 设置行列显示的item个数 list.repeatX = 1; list.repeatY = 4; // list居中显示 list.x = (Laya.stage.width - ListDa...
来源: Laya_社区 发布时间: 20180410
...y gpuMemory Methods _addReference _clearReference _parse _removeReference _setCPUMemory _setCreateURL _setGPUMemory buildArmature deleteAniData destroy event getAniDuration getAniNameByIndex getAnimation getAnimationCount getAnimationDataWithCache getNodeCount getNodeIndexWithName getNodeKeyFrame ge...
来源: Laya3.0_api 发布时间: 20231115
...any, showCompleteFun: Function): void { ResUIModuleManager.poolModulResDic.set(bigao.Utils.GlobalUtils.getClassNameClass(className), { resNames: resAltlasName, time: Laya.timer.currTimer }); ResUIModuleManager.loadModuleByName(resAltlasName, className, (cn) => { let sv: any = ui.UIControl.instanc...
来源: Laya_社区 发布时间: 20170905
...的视口 与 `viewport` 屏幕像素坐标的视口 这两个都是 get/set方法。所以在修改摄影机视口参数时不能单纯的知识修改视口参数,还需要对视口重新赋值。 > 动态修改摄影机视口 ```typescript Laya.timer.once(3000,this,function ():void { //获取第...
来源: Laya2.0_文档 发布时间: 20210715
... callLater 函数设置),则立即执行延迟调用函数。 Node setChildIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node timerLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true, jumpFrame:Boolean = false):void 定时重复执...
来源: Laya2.0_api 发布时间: 20190513
...03:53.145 18569-18569/com.lightpaw.dietyroad E/LayaGameEngine: game_plugin_set_option key=localize value=true 08-08 14:03:53.145 18569-18569/com.lightpaw.dietyroad E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://192.168.1.64:8900/bin/index.html 08-08 14:03:53.145 18569-18569/com.li...
来源: Laya_社区 发布时间: 20190808
... this._nativeObj = new _conchFloatArrayKeyframe(); } set time(value) { this._nativeObj.setTime(value); } get time() { return this._nativeObj.getTime(); } 这个 new _conchFloatArrayKeyframe()我不知道是哪来的。。整个...
来源: Laya_社区 发布时间: 20190629