大约有 1,625 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0048 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...: ArgumentException: Invalid path System.IO.Path.GetDirectoryName (System.String path) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Path.cs:215) LayaExport.DataManager.saveLightMapFile (.JSONObject customProps) LayaExport.DataManager.getSceneNode () LayaExport.DataManager.sa...
来源: Laya_社区 发布时间: 20180510
.../display/cmd/DrawPieCmd.ts:18 开始绘制的 Y 轴位置。 Static ID ID: string = "DrawPie" Defined in laya/display/cmd/DrawPieCmd.ts:9 Accessors endAngle get endAngle(): number set endAngle(value: number): void Defined in laya/display/cmd/DrawPieCmd.ts:89 结束角度。 Returns number Defined in...
来源: Laya3.0_api 发布时间: 20231115
... } internal class TestData { public var a:int; public var b:String; public function TestData() { } } 2017-12-15 0 0 分享 微博 QZONE 微信 阿龙 赞同来自: 我也碰到同样的问题。。。。 sprite保存在数组里, 再调用坐标就提示 无...
来源: Laya_社区 发布时间: 20171215
...后在封装的里面报错了 , 用的官网的例子 private SWFPath: string = "res/example1.swf"; 就只有这里改了 /** *从字节流的当前字节偏移量位置处读取一个 Int16 值。 *@return Int16 值。 */ __proto.getInt16=function(){ ...
来源: Laya_社区 发布时间: 20181025
...msg; ByteBuf buf = frame.content(); //真正的数据是放在buf里面的 String aa = buf.toString(Charset.forName("utf-8")); //将数据按照utf-8的方式转化为字符串 System.out.println(aa); 其中的aa输出为“ ” 附件 : --> 2017-04-05 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20170405
...adEffectComplete, [effectPath])) private _onLoadEffectComplete(effectPath: string): void { let spriteEffect: Sprite3D = Laya.loader.getRes(effectPath) this._curRole.addChild(spriteEffect) let effectChilds: any = spriteEffect._childs[0]._childs for (let v of effectChilds) { //v.particleSystem.emissio...
来源: Laya_社区 发布时间: 20180409
...laya/display/cmd/DrawRoundRectCmd.ts:15 圆点Y 轴位置。 Static ID ID: string = "DrawEllipse" Defined in laya/display/cmd/DrawRoundRectCmd.ts:7 Methods getBoundPoints getBoundPoints(sp?: { height?: number; width: number }): number[] Defined in laya/display/cmd/DrawRoundRectCmd.ts:100 Parameters ...
来源: Laya3.0_api 发布时间: 20231115
.../ export default class Main extends ui.mainUI { /**地图链接 */ MAP_URL:string = 'res/tiled/map.json'; /**地图 */ map: Laya.TiledMap; constructor(){ super(); Laya.loader.create(this.MAP_URL, new Laya.Handler(this, this.onComplete)) } private onComplete(){ this.map = new Laya.TiledMap(); thi...
来源: Laya_社区 发布时间: 20190218
...AuthReg extends ui.AuthRegUI { /** 密码临时存储 */ private _tmp_pwd: string = ""; /** 输入框数组 */ private _arrInput: Laya.TextInput = [this.input_nickname, this.input_mobile, this.input_password, this.input_repassword]; /** 标签数组 */ private _arrLabel: Laya.Label = [this.lb_nickna...
来源: Laya_社区 发布时间: 20200410
... 10:20 浏览: 2333 关注: 5 人 逐浪人 • 2018-08-04 11:08 var data: string = "data:image/svg+xml," + "<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">" +"<g fill=\"none\" stroke=\"black\" stroke-width=\"4...
来源: Laya_社区 发布时间: 20170423