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

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

211. Byte二进制读写(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 74%]

...](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/DataView)视图提供了一个与平台中字节在内存中的排列顺序(字节序)无关的从[`ArrayBuffer`](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)读写多...

来源: Laya2.0_文档 发布时间: 20210715

212. 用插件导出unity制作的模型时,不支持skinned mesh renderer么? [ 74%]

...enderer么? unity用laya插件导出时报错: NullReferenceException: Object reference not set to an instance of an object r.a (UnityEngine.SkinnedMeshRenderer A_0, System.String A_1, Boolean A_2) r.b () r.b (System.String A_0) LayaAir3D.exportResource (Boolean isDebug, Int32 Platformindex, Sys...

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

213. laya.d3.component.animation.RigidAnimations [ 74%]

...sInheritanceRigidAnimations KeyframeAnimations Component3D EventDispatcher Object RigidAnimations 类用于创建变换动画组件。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By currentAnimationClipIndex : int[read-only] 获取播放器...

来源: laya_api 发布时间: 20170929

214. laya.d3.core.VRCamera [ 74%]

...InheritanceVRCamera BaseCamera Sprite3D ComponentNode Node EventDispatcher Object Camera 类用于创建VR摄像机。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Sprite3D activeInHierarchy : B...

来源: laya_api 发布时间: 20170929

215. List数据源的格式问题导致无法响应List的SelectHandler [ 74%]

...otected function dataSourceChange(eventType:String, property:String, value:Object):void { var data:* = this[property]; this[property] = value; if (value != data) { var result:Boolean = event(eventType , {oldValue:data , newValue:value}); } } }现在问题就出在Data这个类上面,如果将Data...

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

216. laya.ui.TextInput [ 74%]

... TextInputInheritanceTextInput Label Component Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align : String 表示文本...

来源: laya_api 发布时间: 20170929

217. layacmd 报错 [ 74%]

... Path must be a string. Received undefined at assertPath (path.js:7:11) at Object.join (path.js:1211:7) at Function.FileTools.getPath (/usr/lib/node_modules/layacmd/bin/ProjectExportTools/LayaAirCmdTool.max.js:24651:26) at Function.FileManager.getPath (/usr/lib/node_modules/layacmd/bin/ProjectExport...

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

218. laya.media.SoundChannel [ 74%]

...mediaClasspublic class SoundChannelInheritanceSoundChannel EventDispatcher Object SoundChannel 用来控制程序中的声音。每个声音均分配给一个声道,而且应用程序可以具有混合在一起的多个声道。 SoundChannel 类包含控制声音的播放、暂停、停止、音...

来源: laya_api 发布时间: 20170929

219. 使用layaAir3D从unity3D中导出场景模型时报错 [ 74%]

...ayaExport.DataManager.getSkinnedMeshRendererComponentData (UnityEngine.GameObject gameObject, .JSONObject customProps) LayaExport.DataManager.getComponentsData (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String...

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

220. WebSocket发送与接收数据(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 74%]

...et.on(Event.ERROR,this,errorHandler); } private function openHandler(event:Object = null):void { //正确建立连接; } private function receiveHandler(msg:Object = null):void { ///接收到数据触发函数 } private function closeHandler(e:Object= null):void { //关闭事件 } private function...

来源: Laya2.0_文档 发布时间: 20210715