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

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

781. 真机下运行帧率不稳定 [ 60%]

...会有突然掉帧的现象,fast模式和slow模式都有这个问题  class Scene_Test { constructor() { super(); Laya.timer.frameLoop(1,this,this.update); } private update() { let dt = Laya.timer.delta / 1000; console.log("dt="+dt); } } 附件中图1是在iphone6上面运行打印的信息,...

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

782. 分享:Graphics下cmds命令流的使用! [ 60%]

....utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class GraCmdsDemo { public function GraCmdsDemo() { //初始化舞台 Laya.init(Browser.width,Browser.height,WebGL); //预加载资源 Laya.loader.load(['apes/monkey0.png','apes/monkey1.png','apes/monkey2.png','apes/monkey3.p...

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

783. laya.components.AnimatorState2D_API3.0 [ 60%]

...ly exported Menu Globals "laya/components/AnimatorState2D" AnimatorState2D Class AnimatorState2D Animator 用于创建动画组件。 Hierarchy EventDispatcher AnimatorState2D Implements IClone Index Properties clipEnd clipStart cycleOffset loop name speed yoyo Accessors clip Methods addScript cl...

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

784. 关于.ui文件生成的ts如何正确使用这个.ui皮肤,自动生成的代码有误 [ 60%]

...示分数的界面,比如我写了A.ui文件,自动生成一个tsclass A extends ui.AUI,但是这个ui命名空间并不存在,如果我手动改成extends Laya.View(.ui文件里用的View标签),那么我如何让这个去使用这个.ui文件呢?就像eui里指定skin一样...

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

785. Laya.Sprite有instantiate或者似接口吗 [ 60%]

...有通过一个的名字(字符串)来获取该的方法?似get class by name 3D项目里有没有似2DTween的实现 希望加入似Pixi.js的多纹理寄存器支持 问题状态 最新活动: 2017-07-09 10:58 浏览: 944 关注: 2 人

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

786. KeyNotFoundException: The given key was not present in the dictionary [ 60%]

...et_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150) LayaExport.DataManager.saveLaniData (UnityEngine.GameObject gameObject, .JSONObject obj) 2019-01-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

787. 视频Demo播放问题 [ 60%]

...没有报错 zl18510521186 • 2018-03-28 16:36 就有一个Warning!,this class[MiniAdpter] already exist: Object {} 这个,其他的没有

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

788. laya.d3.core.SkinnedMeshRenderer [ 60%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames SkinnedMeshRendererProperties | Methods Packagelaya.d3.coreClasspublic class SkinnedMeshRendererInheritanceSkinnedMeshRenderer MeshRenderer BaseRender EventDispatcher Object SkinMeshRenderer 用于蒙皮渲染器。 P...

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

789. laya2.0 IDE继承自定义要怎么写? [ 60%]

...自定义要怎么写? 比如我有这样一个基 export default class UIBase extends Laya.View{} 然后在编译界面按F9 添加UIbase到 场景型里面,这样在创建新的场景的时候就会有UIBase可以继承,但生成的LayaMaxUI.ts文件会报错,请问下我还需要...

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

790. laya.utils.Utils [ 60%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames UtilsProperties | Methods Packagelaya.utilsClasspublic class UtilsInheritanceUtils Object Utils 是工具。 Public Properties PropertyDefined By  parseXMLFromString : Function[static] 将字符串解析成 XML 对...

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