大约有 408 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
...hor hengry */ public final class yfqian_SaveALoad { public static function set(key:String, value:String):String { LocalStorage.setItem(key,value); return value; } public static function get(key:String):String { return LocalStorage.getItem(key); } public static function del():void { LocalStorage.clea...
来源: Laya_社区 发布时间: 20180722
...方法为: writeUTFString 。 Byte writeArrayBuffer(arraybuffer:*, offset:uint = 0, length:uint = 0):void 将指定 arraybuffer 对象中的以 offset 为起始偏移量, length 为长度的字节序列写入字节流。 如果省略 length 参数,则使用默认长度 0,该方法将从 o...
来源: laya_api 发布时间: 20170929
...blic Methods Show Inherited Public Methods MethodDefined By Particle3D(setting:ParticleSetting) 创建一个 Particle3D 实例。 Particle3D _getSortID(renderElement:IRenderable, material:BaseMaterial):int 排序函数。 Sprite3D _setBelongScene(scene:Scene):void[override] RenderableSprite3D...
来源: laya_api 发布时间: 20170603
... unity导出有动作的模型,加载时报错 unity中原始资源:Assets.zip 导出资源:LayaScene_Model_1001.zip 加载代码 Laya.Sprite3D.load("res/LayaScene_Model_1001/Conventional/Model_1001.lh", Laya.Handler.create(null, (sprite:Laya.Sprite3D) => { this.mScene.addChild(sprite); ...
来源: Laya_社区 发布时间: 20200107
...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 分享:使用 Chart.js 创建图标 问题状态 最新活动: 2021-01-18 12:03 浏览: 187 关注: 1 人
来源: Laya_社区 发布时间: 20210118
...( x,y,1,1 ) 获取像素值,引擎里面getTexturePixels函数里面 ret.set(dt.slice(dst, dst + wstride), st);就挂了 只有新版谷歌浏览器里面有这个问题,老版本没有 附件 : --> 2021-11-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20211118
...你了 这样才行! public get x(): number { return this._x; } public set x(value: number) { this._x = value; this.event(XYImage.SPRITE_PROPERTY_CHANGE, { "x": this._x }); } Monica • 2017-11-01 12:15 好的,多谢分享。有问题再联系~
来源: Laya_社区 发布时间: 20171030
...only] 是否当作 Bitmap 对象。 Implementation public function set asBitmap(value:Boolean):voidcontextproperty context:Context [read-only] Canvas 渲染上下文。 Implementation public function get context():Contextcreateproperty public static var create:Function 根据指...
来源: laya_api 发布时间: 20170929
...>>>>>>>>>>> E/LayaGameEngine: game_plugin_set_option key=localize value=false E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://www.layademo.com/index.html D/LayaGameEngine: game_plugin_init url =http://www.layademo.com/index.html D/LayaGameEngine: ur...
来源: Laya_社区 发布时间: 20170216
...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event getMaxHeight getMaxWidth getTextWidth hasListener isCreateFromURL off offAll offAllCaller on once parseFont destroyUnusedResources loadFont Constructors constructor new B...
来源: Laya3.0_api 发布时间: 20231115