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

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

71. laya.ani.swf.MovieClip [ 70%]

...到此index后会派发label事件 MovieClip clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void ...

来源: laya_api 发布时间: 20170929

72. laya.ani.swf.MovieClip [ 70%]

...上,播放到此index后会派发label事件 MovieClip callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.tim...

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

73. laya.utils.TimeLine_API3.0 [ 69%]

...为 false。 from from(target: any, props: any, duration: number, ease?: Function, offset?: number): TimeLine Defined in laya/utils/TimeLine.ts:95 从 props 属性,缓动到当前状态。 Parameters target: any target 目标对象(即将更改属性值的对象) props: any 要控制对象的属...

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

74. CharacterController move移动 报错_setWalkDirection [ 69%]

... Uncaught TypeError: Qt[a[((a[(A >> 2)] + 16) >> 2)]] is not a function     at Object.btKinematicCharacterController_setWalkDirection (laya.physics3D.js:1)     at CharacterController.move (laya.d3.js:4517)     at MasterMoveRotate.onUpdate (bundle.js:1853)     at Scene3D._updateSc...

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

75. layaAir里面,如何让一个多个动画重复执行? [ 69%]

...存动画(如果有)          */         override public function play(start:* = 0, loop:Boolean = true, name:String = ""):void {...} 2017-04-05 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 建议你可以考虑用timeLine来做,每个动画播放后可以添加延迟时...

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

76. 【求助】关于Cannot read property 'visible' of undefined问题 [ 69%]

...operty 'visible' of undefined问题 我的代码是这样子的: private function showFoods():void{ foodSprite = new Sprite(); Laya.stage.addChild(foodSprite); this.index = 0; foodsList = new Array(); foodsList.push(new Food("菜品1", "1", 0)); foodsList.push(new Food("菜品2", "2", 1)); foodsLi...

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

77. mac 开放域 发布失败 [ 69%]

...,请把此信息截图给研发商 Uncaught Error: Could not call remote function ''. Check that the function signature is correct. Underlying error: Error processing argument at index 0, conversion failure from null Error: Could not call remote function ''. Check that the function signature is co...

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

78. [LayaAirIDE3]xcode切入切出声音不播放 [ 68%]

...ls/JsonTool"; import { ResourceManager } from "./ResourceManager"; declare function testmusic_cn_ios(accountId: string): void; enum SoundType {     BGM,     Effect,     Dialogue, } export class SoundManager {     private static instance: SoundManager;     private curBGMUrl: string;     p...

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

79. l龙骨动画内存上升 [ 68%]

...升,求解决方法 留言给我;要下班了;谢谢 大家 public function LayaSample() {             //初始化引擎             Laya.init(1136, 640, WebGL);             Laya.stage.bgColor = "#ffffff";             Laya.stage.on(Event.CLICK, this, play); ...

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

80. 背景音乐播放完毕要等很久才开始循环播放,版本1.7.17 [ 67%]

...以及获取声音信息。          */         public static function playMusic(url:String, loops:int = 0, complete:Handler = null, startTime:Number = 0):SoundChannel { 你的参数传入是否正确那? 或者能否发一下你出问题部分的代码或者小demo那? 2018-04-17 0 ...

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