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

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

2691. 动画-旧版骨骼动画 [ 28%]

...a.loader.load(["../../../../res/threeDimen/ui/button.png"], Handler.create(null, function():void { changeActionButton = Laya.stage.addChild(new Button("../../../../res/threeDimen/ui/button.png", "切换动作")) as Button; changeActionButton.size(160, 40); changeActionButton.labelBold = true; change...

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

2692. laya.ani.AnimationTemplet_API3.0 [ 26%]

... Parameters Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/eve...

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

2693. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 26%]

...ameObject Setting   ---    节点设置                 Ignore Null Game Objects       导出时忽略空节点,暂不支持节点也记作空节点,如UI等 ,可减少精灵数                 Ignore Not Active Game Objects      导出时忽略在unity场景中未激...

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

2694. laya.particle.ParticleTemplate2D_API3.0 [ 26%]

... Parameters Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/eve...

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

2695. laya.resource.BaseTexture_API3.0 [ 26%]

... Parameters Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/eve...

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

2696. 微信关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 [ 26%]

...c var SHAREDRESIZE:String = "sharedresize"; private static var _i:MsgMgr = null; public function MsgMgr() { super(); } public static function get instance():MsgMgr { return _i ||= new MsgMgr(); } /**初始化消息监听**/ public function init():void { //接收主域透传的数据 if(MiniAdpter.is...

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

2697. 3D中摄像机绕物体旋转该如何实现? [ 25%]

...ublic get TouchCount(): number { if (Laya.TouchManager.I._event.touches == null) { return 0; } else { return this.myevent.touches.length; } } public get Touchs(): Array<any> { return this.myevent.touches } public get GetAxisX(): number { return Laya.stage.mouseX - this.lastMouseX; } public get...

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

2698. laya.d3.math.native.ConchVector3_API3.0 [ 25%]

...e z: number = 0 Z轴坐标。 Default value nativeElements: Float32Array = null Returns ConchVector3 Properties elements elements: Float32Array Defined in laya/d3/math/Native/ConchVector3.ts:35 [只读]向量元素集合。 Static ForwardLH ForwardLH: ConchVector3 = new ConchVector3(0, 0, 1) Defined...

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

2699. 打CPK包在手机上运行会白屏,手机测试型号VIVO1419L。 [ 25%]

...W/VivoUnion.CommandClient: [SA]sendCommandToServer error, remoteService is null! command = ShowAssitViewCommand 10-13 17:31:16.011 6514-6514/com.vivo.vs I/VivoUnion.SdkToApkInvoker: [SA]reconnect remote server.. command = com.vivo.unionsdk.cmd.ShowAssitViewCommand@360e2552 10-13 17:31:16.021 6514-65...

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

2700. 求ShuriKenParticle3D用法 [ 25%]

...   let self = this;                 Laya.timer.loop(300, null, function () {                     console.log('8: ' + self.particleSystem.aliveParticleCount);                 });             }         }     } } 执行结果一直...

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