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

大约有 2,741 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0057 秒)

2571. 射线检测-射线检测 [ 41%]

...camera.transform.translate(new Laya.Vector3(0, 1, 3)); camera.clearColor = null; Laya.loader.create(["../../res/threeDimen/skinModel/NvWu/NvWu-shenminvwu.lm", "../../res/threeDimen/skinModel/CunMinNan/CunMinNan-cunminnan.lm", "../../res/threeDimen/skinModel/XiaoFeiLong/XiaoFeiLong-xiaofeilong.lm", "...

来源: Laya_示例 发布时间: 20251223

2572. 请教各位前辈们,AS的一些API好像layabox没有,求解决方法或者思路,比如 Point 的interpolate方法 具体问题内详 [ 41%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2016-06-27 15:31 浏览: 1892 关注: 2 人 cuixueying • 2016-06-27 21:05 @wuciqiang你好,咱们这个问题先做延迟处理吧,如果还有问题咱们及时沟通!

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

2573. laya可以转换flash补间动画成h5动画吗? [ 41%]

...置到项目的src目录下。    参考:private function init(e:Event=null):void { var loader:Loader=new Loader(); var context:LoaderContext=new LoaderContext(false,ApplicationDomain.currentDomain); loader.contentLoaderInfo.addEventListener(Event.COMPLETE,onCom); loader.load(new URLRequest("dat...

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

2574. laya.d3.core.material.PBRStandardMaterial [ 40%]

...t = 1):void[override] BaseMaterial _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial _removeReference(count:int = 1):void[override] BaseMaterial clone():* 克隆。 BaseMaterial  cloneTo(destObject:*):void[override] 克隆。 PBRStandar...

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

2575. laya.d3.core.render.BloomEffect_API3.0 [ 40%]

...der/BloomEffect.ts:83 泛光颜色。 dirtTexture dirtTexture: Texture2D = null Defined in laya/d3/core/render/BloomEffect.ts:87 镜头污渍纹路,用于为泛光特效增加污渍灰尘效果 fastMode fastMode: boolean = false Defined in laya/d3/core/render/BloomEffect.ts:85 是否开启快速模...

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

2576. ios升级到15.4后游戏会一直闪屏,可重现demo见附件 [ 40%]

...的this._framebuffer会出现错误的情况。将this._framebuffer改为null后发现不闪屏了,然后在mask方法流程中使用rendertexture替换rendertexture2D还会闪屏。目前猜测应该也不是这个问题。 c416288806 • 2022-03-25 19:41 @Laya_Yan:目前排除 _currentActive、_...

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

2577. unity插件报错 [ 40%]

...ou are still trying to access it. Your script should either check if it is null or you should not destroy the object. n.a (UnityEngine.SkinnedMeshRenderer A_0, System.String A_1, System.Boolean A_2) (at <f23f19a62c944610ba98639869d48a79>:0) n.b () (at <f23f19a62c944610ba98639869d48a79>:0...

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

2578. laya.d3.renderobjs.nativeobj.NativeIndexBuffer3D_API3.0 [ 40%]

...a/RenderEngine/Buffer.ts:13 _conchIndexBuffer3D _conchIndexBuffer3D: any = null Defined in laya/d3/RenderObjs/NativeOBJ/NativeIndexBuffer3D.ts:9 _glBuffer _glBuffer: IRenderBuffer Inherited from Buffer._glBuffer Defined in laya/RenderEngine/Buffer.ts:7 Accessors bufferUsage get bufferUsage(): number...

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

2579. Sprite用graphics绘制图形后,mouse_over触发scale显示有问题 [ 40%]

...las/comp.atlas", type:Loader.ATLAS}); Laya.loader.load(res, Handler.create(null, this.__onLoaded)); } private __onLoaded(): void { Laya.stage.addChild(new Test()); } } new Entry();   Test.ts import Sprite = Laya.Sprite; class Test extends Sprite{ constructor(){ super(); this._initView(); } private ...

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

2580. 导航标签组组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 40%]

...en( ()=>{ this.onLoadComplete(); } ); } private onLoadComplete(e: any = null): void { let tabA: Laya.Tab = this.createTab(this.skins[0]); tabA.pos(40, 120); tabA.labelColors = "#000000,#d3d3d3,#333333"; let tabB: Laya.Tab = this.createTab(this.skins[1]); tabB.pos(40, 220); tabB.labelColors = "#FF...

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