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

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

1061. 和原生Dom交互 · LayaAir3.0文档 · LAYABOX [ 47%]

...者也知道它是w3c规定的矢量图像描述格式。关于svg的一些定义和历史这里我们不再陈述,感兴趣的开发者可以参考这里。但是在项目中真正用到它的地方很少。但是svg的强大是不容忽视的,有些简单的图形,几行文本就可以描述...

来源: Laya3.0_文档 发布时间: 20230629

1062. 微信小游戏默认项目代码添加unity导出.lh文件,微信开发工具提示错误 [ 47%]

...6, 0.6); directionLight.direction = new Laya.Vector3(1, -1, 0); //添加定义模型 var box: Laya.MeshSprite3D = this.scene.addChild(new Laya.MeshSprite3D(new Laya.BoxMesh(1, 1, 1))) as Laya.MeshSprite3D; box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); var material: Laya.Standard...

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

1063. laya.ui.TextInput_API3.0 [ 47%]

...tomRenderEnable Defined in laya/display/Sprite.ts:327 设置是否开启定义渲染,只有开启定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource D...

来源: Laya3.0_api 发布时间: 20231115

1064. laya.ui.Button_API3.0 [ 46%]

...tomRenderEnable Defined in laya/display/Sprite.ts:327 设置是否开启定义渲染,只有开启定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource D...

来源: Laya3.0_api 发布时间: 20231115

1065. laya.device.media.Video [ 46%]

...。 Video customRenderEnable : Boolean[write-only] 设置是否开启定义渲染,只有开启定义渲染,才能使用customRender函数渲染。 Sprite destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是...

来源: laya_api 发布时间: 20170929

1066. LAYABOX游戏实时语音之APP版本 [ 46%]

...dioTime();//录音时长,秒 String param = audioMessage.getParam();//定义内容 String recognizeText = audioMessage.getText();//语音转文字的识别结果 Log.e("YOUMEIMonRecvMessage", "that:"+message.getSenderID()); Log.e("YOUMEIMonRecvMessage", "that:"+that); JSONObject objCallBack = n...

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

1067. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 46%]

...者也知道它是w3c规定的矢量图像描述格式。关于svg的一些定义和历史这里我们不再陈述,感兴趣的开发者可以参考[这里](https://ldc.layabox.com/doc/?nav=zh-as-3-4-1)。但是在项目中真正用到它的地方很少。但是svg的强大是不容忽视的,有...

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

1068. laya.display.Scene [ 46%]

...。 Sprite customRenderEnable : Boolean[write-only] 设置是否开启定义渲染,只有开启定义渲染,才能使用customRender函数渲染。 Sprite destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] ...

来源: Laya2.0_api 发布时间: 20190513

1069. discard property,please use transform's property instead [ 46%]

...误 Uncaught TypeError: Cannot read property 'props' of undefined 鼠标定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Uncaught TypeError: Cannot read property 'dir' of undefined 这是什么报错啊? 发布的时候...

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

1070. TypeError: Cannot read property 'length' of null [ 45%]

...ned Uncaught TypeError: Cannot read property 'props' of undefined 鼠标定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Cannot read property 'displayObject' of null Uncaught TypeError: Class constructor Component cannot ...

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