大约有 2,193 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0104 秒)
Laya_社区(2039) laya_api(36) Laya3.0_文档(34) Laya3.0_api(29) Laya2.0_文档(25) Laya2.0_api(20) Laya_示例(5) Laya2.0_示例(5)
...ndefined 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 求教: soundManager如何停止正在播放的...
来源: Laya_社区 发布时间: 20191226
...rProxy.sendDeathNotice(Binder.java:493) at dalvik.system.NativeStart.run(Native Method) 07-16 13:28:37.152 402-748/? I/WindowState: WIN DEATH: null 07-16 13:28:37.232 670-670/? W/EGL_emulation: eglSurfaceAttrib not implemented 3093 12436 07-16 13:28:37.232 402-748/? W/ContextImpl: Callin...
来源: Laya_社区 发布时间: 20190716
...lass Abc { IEditor.menu("App/my/build") static build() { IEditor.BuildTask.start("web"); } } 在场景进程也可以手动启动构建任务: IEditorEnv.BuildTask.start("web"); 通过构建插件定制插件流程,构建插件的接口是IBuildTask。IBuildTask的定义为: export interface I...
来源: Laya3.0_文档 发布时间: 20251010
...614) at org.apache.flex.compiler.internal.units.CompilationUnitBase.startBuildAsync(CompilationUnitBase.java:1067) at org.apache.flex.compiler.internal.units.CompilationUnitBase.startParsingImports(CompilationUnitBase.java:920) at org.apache.flex.compiler.internal.units.ASCompil...
来源: Laya_社区 发布时间: 20171009
...rializeField] private Transform guard; // Use this for initialization void Start () { pivot.transform.rotation = Quaternion.Euler(0, 0, -20); } // Update is called once per frame void Update () { if (Input.GetKey(KeyCode.A)) { guard.transform.position = new Vector3(guard.transform.position.x + 0.1f,...
来源: Laya_社区 发布时间: 20171228
...gth返回缓冲范围个数。如获取第一个缓冲范围则是buffered.start(0)和buffered.end(0)。以秒计。 Video cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓...
来源: laya_api 发布时间: 20170929
...gth返回缓冲范围个数。如获取第一个缓冲范围则是buffered.start(0)和buffered.end(0)。以秒计。 Video cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓...
来源: Laya2.0_api 发布时间: 20190513
...vice failed 2018-11-26 18:31:47.150 1505-1800/? E/ActivityTrigger: activityStartTrigger: not whiteListedcom.layabox.dotJourney/demo.MainActivity/1 2018-11-26 18:31:47.151 1505-1800/? E/ActivityTrigger: activityResumeTrigger: not whiteListedcom.layabox.dotJourney/demo.MainActivity/1 2018-11-26 18:31:...
来源: Laya_社区 发布时间: 20181126
...本身,所以可以使用如下语法:spr.skew(...).pos(...); Sprite startDrag(area:Rectangle = null, hasInertia:Boolean = false, elasticDistance:Number = 0, elasticBackTime:int = 300, data:* = null, disableMouseEvent:Boolean = false, ratio:Number = 0.92):void 开始拖动此对象。 Sprite s...
来源: laya_api 发布时间: 20170929
...处读取一个 IEEE 754 单精度(32 位)浮点数。 getFloat32Array(start:number, len:number)any 从指定的位置读取指定长度的数据用于创建一个 Float32Array 对象并返回此对象。 getFloat64():number 从字节流的当前字节偏移量位置处读取一个 IEEE 754 双...
来源: Laya3.0_文档 发布时间: 20250104