大约有 171 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
...imeCurrentFrameIndexes:Uint16Array, addtive:Boolean):voidAnimationClip _parse(data:*, propertyParams:Object = null, constructParams:Array = null):AnimationClip[static] AnimationClip addEvent(event:AnimationEvent):void 添加动画事件。 AnimationClip duration():Number 获取动画片段...
来源: Laya2.0_api 发布时间: 20190513
...下类型是为TEXT吗,如果这样写就是报如下错 Uncaught Error: Parse error at line 1: unexpected 'undefined' at Parser.ProtoBuf.DotProto.ParserPrototype.parse (protobuf.js:779) at Function.ProtoBuf.DotProto.Parser.parse (protobuf.js:797) at Object.ProtoBuf.loadProto ...
来源: Laya_社区 发布时间: 20161223
...4.6已经包含全局JSON类了,不需要手动导包,直接使用JSON.parse()和JSON.Stringify()方法对JSON数据进行解析处理即可。 2015-11-10 0 6 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 haliluya 相关问题 2.0一不...
来源: Laya_社区 发布时间: 20151110
...By TerrainRes() 创建一个 TerrainHeightData 实例。 TerrainRes _parse(data:*, propertyParams:Object = null, constructParams:Array = null):TerrainRes[static] 异步回调 TerrainRes load(url:String, complete:Handler):void[static] 加载地形模板,注意:不缓存。 TerrainRes onLo...
来源: Laya2.0_api 发布时间: 20190513
...llider _onTransformChanged(flag:int):void[override] PhysicsCollider _parse(data:Object):void[override] PhysicsCollider _removeFromSimulation():void[override] PhysicsCollider destroy():void 销毁组件 Component onReset():void 重置组件参数到默认值,如果实现了这个函数...
来源: Laya2.0_api 发布时间: 20190513
...seMaterial _addReference(count:int = 1):void[override] BaseMaterial _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial _removeReference(count:int = 1):void[override] BaseMaterial clone():* 克隆。 BaseMaterial cloneTo(destObj...
来源: Laya2.0_api 发布时间: 20190513
... this._simulation._removePhysicsCollider(this); } _parse(data) { (data.friction != null) && (this.friction = data.friction); (data.rollingFriction != null) && (this.rollingFriction = data.rollingFriction); (data.restitution ...
来源: Laya_社区 发布时间: 20200505
...tInfoPublic Methods MethodDefined By FontInfo(font:String)FontInfo Parse(font:String):FontInfo[static] FontInfo setFont(value:String):voidFontInfoProperty Detail_boldpropertypublic var _bold:Boolean = false_familyproperty public var _family:String = Arial_fontproperty public var _font:S...
来源: Laya2.0_api 发布时间: 20190513
...bject:*, srcRoot:Node, dstRoot:Node):void[override] 克隆。 Sprite3D _parse(data:Object, spriteMap:Object):void[override] Sprite3D _parse(data:*, propertyParams:Object = null, constructParams:Array = null):Sprite3D[static] private Sprite3D addChild(node:Node):Node 添加子节点。 Node a...
来源: Laya2.0_api 发布时间: 20190513
...e; txt.color = "#FF9632"; Laya.stage.addChild(txt); var test:Object = JSON.parse('{"id": 0, "name": "Chen"}'); traceMsg(test['id']); traceMsg(test['name']); var jsonURL:String = "res/json/config.json"; traceMsg("加载: " + jsonURL); Laya.loader.load(jsonURL, Handler.create(this, readJsonFinish, [js...
来源: Laya_社区 发布时间: 20180227