• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 171 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)

21. laya.d3.animation.AnimationClip [ 84%]

...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

22. 加载多个protobuf文件报错 [ 84%]

...下类型是为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

23. 解析JSON格式的数据 [ 82%]

...4.6已经包含全局JSON类了,不需要手动导包,直接使用JSON.parse()和JSON.Stringify()方法对JSON数据进行解析处理即可。 2015-11-10 0 6 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 haliluya 相关问题 2.0一不...

来源: Laya_社区 发布时间: 20151110

24. laya.d3.terrain.TerrainRes [ 81%]

...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

25. laya.d3.physics.PhysicsCollider [ 80%]

...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

26. laya.d3.core.material.BaseMaterial [ 79%]

...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

27. Uncaught 无法实例class PhysicsCollider extends PhysicsTriggerComponent [ 79%]

...         this._simulation._removePhysicsCollider(this);     }     _parse(data) {         (data.friction != null) && (this.friction = data.friction);         (data.rollingFriction != null) && (this.rollingFriction = data.rollingFriction);         (data.restitution ...

来源: Laya_社区 发布时间: 20200505

28. laya.utils.FontInfo [ 79%]

...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

29. laya.d3.core.Sprite3D [ 77%]

...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

30. JSON文件加载成功后,怎么解析成Object对象 [ 77%]

...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