大约有 413 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0059 秒)
...sors awaked destroyed enabled hideFlags id sharedMesh Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new MeshFilter(): MeshFilter Overrides Component.constructor De...
来源: Laya3.0_api 发布时间: 20231115
... behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. D/dalvikvm: Late-enabling CheckJNI W/ActivityThread: Application com.layabox.game is waiting for the debugger on port 8100... I/System.out: Sending WAIT chunk I/dalvikvm: Debugger is active I/System.out: Debugg...
来源: Laya_社区 发布时间: 20171218
... replaceChild(newNode:Node, oldNode:Node):Node 替换子节点。 Node resetProjectionMatrix():voidBaseCamera runCallLater(method:Function):void 如果有需要延迟调用的函数(通过 callLater 函数设置),则立即执行延迟调用函数。 Node setChildIndex(node:Node, index:int)...
来源: Laya2.0_api 发布时间: 20190513
...:SoundChannel):void[static] 移除播放的声音实例。 SoundManager setMusicVolume(volume:Number):void[static] 设置背景音乐音量。音量范围从 0(静音)至 1(最大音量)。 SoundManager setSoundVolume(volume:Number, url:String = null):void[static] 设置声音音量。...
来源: laya_api 发布时间: 20170929
...entation public function get hit():Graphics public function set hit(value:Graphics):voidunHitproperty unHit:Graphics 不可点击区域,可以设置绘制一系列矢量图作为非点击区域(目前只支持圆形,矩形,多边形) Implementation public function g...
来源: laya_api 发布时间: 20170929
...ors awaked destroyed enabled hideFlags id joint ratio Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new GearJoint(): GearJoint Inherited from JointBase.constructor...
来源: Laya3.0_api 发布时间: 20231115
截屏无法实现 View gameView = mPlugin.game_plugin_get_view(); this.setContentView(gameView); 这个gameView应该就是游戏显示视图,但获取出来是空的,屏幕保存成文件全是黑的 现在不知道用什么方法进行截屏了 2017-04-23 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20170423
...r, y:Number, width:Number = 0, height:Number = 0, type:String = repeat, offset:Point = null):void 用texture填充。 Graphics getBounds(realSize:Boolean = false):Rectangle 获取位置及宽高信息矩阵(比较耗CPU,频繁使用会造成卡顿,尽量少用)。 Graphics loadImage(url:String...
来源: laya_api 发布时间: 20170929
...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...
来源: laya_api 发布时间: 20170929
...默认50像素=1米 Accessors allowSleeping get allowSleeping(): boolean set allowSleeping(value: boolean): void Defined in laya/physics/Physics.ts:195 设置是否允许休眠,休眠可以提高稳定性和性能,但通常会牺牲准确性 Returns boolean Defined in laya/physics/Physics.ts:199...
来源: Laya3.0_api 发布时间: 20231115