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

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

691. 想做天空盒但是camera上没有sky这个属性 [ 53%]

...L; Laya.stage.screenMode = Stage.SCREEN_NONE; Stat.show(); //Laya.stage.on(Event.RIGHT_MOUSE_DOWN, this, Destruction); scene = Main.box3D.addChild(new Scene3D()) as Scene3D; camera = scene.addChild(new Camera(0, 0.1, 100)) as Camera; camera.transform.rotate(new Vector3(10, 0, 0), true, false); camer...

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

692. clip里的WeakObject.I缓存的数据有问题 [ 53%]

...ebGL); Laya.stage.scaleMode = Stage.SCALE_FULL; Stat.show(); Laya.stage.on(Event.CLICK,this,clickFun); } private function clickFun():void { if( clip == null ){ clip = new Clip("1.png",6,6); Laya.stage.addChild(clip); clip.play(); }else{ clip.dispose(); clip = null; } }   2017-11-28 0 0 分享 微...

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

693. ProgressBar 代码问题 [ 53%]

...popup并且模拟进度条加载 按钮代码: this.testLoadingBar_anim.on(Event.CLICK,this,()=>{     var loading : Onloading = new Onloading();     loading.popup(true);     Laya.timer.loop(100, this, loading.changeValue); }); 进度条代码: import Handler = Laya.Handler; export class Onl...

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

694. 获取index.html中的值 [ 53%]

...获取图片每个像素点的RGB? tree mouseHandler 怎么获取条目 Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 问题状态 最新活动: 2017-04-13 10:26 浏览: 2546 关注: 2 人

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

695. Laya2.9Unity插件问题 [ 53%]

...0) UnityEngine.Experimental.UIElements.IMGUIContainer.DoOnGUI (UnityEngine.Event evt, UnityEngine.Matrix4x4 worldTransform, UnityEngine.Rect clippingRect, System.Boolean isComputingLayout) (at D:/unity/Modules/UIElements/IMGUIContainer.cs:266) UnityEngine.Experimental.UIElements.IMGUIContainer.Handl...

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

696. laya.display.AnimationPlayerBase [ 53%]

...| Index | Frames No Frames AnimationPlayerBaseProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationPlayerBaseInheritanceAnimationPlayerBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation 动画播放基类,提供了基础的动画...

来源: laya_api 发布时间: 20170929

697. 骨骼动画销毁后再创建,报错 [ 53%]

...Driver.addTextureToAtlas __proto.addTextureToAtlas __proto.runWith __proto.event __proto.completeCreate __proto.recreateResource __proto.activeResource (anonymous function) __proto._drawTextureM __proto.drawTextureWithTransform ._drawTextureWithTransform __proto._renderAll __proto._graphics __proto....

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

698. 我二进制资源load之后,为什么通过getRes获取不到。 [ 52%]

...andler 怎么获取条目 怎样获取浏览器地址传过来的GET参数 Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 问题状态 最新活动: 2018-10-11 15:01 浏览: 1631 关注: 3 人 fengzv • 2018-10-11 18:01 因为加载完又给清除了,所以获取不到。我设...

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

699. scene3D第二次通过 Laya.Loader.getRes获取时,已经并非初始的scene3D,该如何处理?谢谢 [ 52%]

...器地址传过来的GET参数 如何获取图片每个像素点的RGB? Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 问题状态 最新活动: 2020-05-19 01:29 浏览: 421 关注: 1 人

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

700. laya.display.AnimationBase [ 52%]

...asses | Index | Frames No Frames AnimationBaseProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationBaseInheritanceAnimationBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation 动画基类,提供了基础的动画播放控制方法...

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