大约有 215 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0045 秒)
Laya_社区(139) Laya3.0_api(21) laya_api(14) Laya2.0_api(14) Laya2.0_文档(11) Laya_示例(6) Laya3.0_文档(5) Laya2.0_示例(5)
...到此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
...上,播放到此index后会派发label事件 MovieClip callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.tim...
来源: Laya2.0_api 发布时间: 20190513
... 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
...为 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
...存动画(如果有) */ override public function play(start:* = 0, loop:Boolean = true, name:String = ""):void {...} 2017-04-05 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 建议你可以考虑用timeLine来做,每个动画播放后可以添加延迟时...
来源: Laya_社区 发布时间: 20170404
...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
...,请把此信息截图给研发商 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
...以及获取声音信息。 */ public static function playMusic(url:String, loops:int = 0, complete:Handler = null, startTime:Number = 0):SoundChannel { 你的参数传入是否正确那? 或者能否发一下你出问题部分的代码或者小demo那? 2018-04-17 0 ...
来源: Laya_社区 发布时间: 20180417
....push(warehouse1); Laya.timer.frameLoop(1, this, freshBubble,spriteArray); function freshBubble(sprites) { var spr = sprites[0]; xp = (((-25) - cameraX) * ((-25) - cameraX)+( 0 - cameraY) * ( 0 - cameraY) + ( 0 - cameraZ)*( 0 - cameraZ)); camera.viewport.project(spr.transform.position, camera.projec...
来源: Laya_社区 发布时间: 20180105
...升,求解决方法 留言给我;要下班了;谢谢 大家 public function LayaSample() { //初始化引擎 Laya.init(1136, 640, WebGL); Laya.stage.bgColor = "#ffffff"; Laya.stage.on(Event.CLICK, this, play); ...
来源: Laya_社区 发布时间: 20170406