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

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

191. laya.d3.core.light.PointLight [ 79%]

...ponent3D 添加指定类型组件。 Sprite3D clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():* 克隆。 Sprite3D cloneTo(destObject:*):void 克隆。 Sprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点...

来源: laya_api 发布时间: 20170929

192. laya.d3.core.VRCamera [ 79%]

...:Layer):void 增加可视图层。 BaseCamera clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():* 克隆。 Sprite3D cloneTo(destObject:*):void 克隆。 Sprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点...

来源: laya_api 发布时间: 20170929

193. laya.events.MouseManager [ 79%]

...Boolean = true是否开启多点触控Method DetailrunEvent()method public function runEvent():void 执行事件处理。 Constant DetailinstanceConstantpublic static const instance:MouseManager MouseManager 单例引用。 Fri Sep 29 2017, 06:34 PM +08:00

来源: laya_api 发布时间: 20170929

194. laya.ani.AnimationPlayer [ 79%]

...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...

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

195. laya.d3.component.animation.RigidAnimations [ 79%]

...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...

来源: laya_api 发布时间: 20170929

196. laya.d3.core.SkinnedMeshSprite3D [ 79%]

...组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.time...

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

197. laya.physics.joint.PulleyJoint [ 79%]

...左上角位置偏移Method Detail_createJoint()methodoverride protected function _createJoint():voidMon May 13 2019, 03:09 PM +08:00

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

198. laya.renders.Render_API3.0 [ 79%]

...structors constructor Properties _Render _customRequestAnimationFrame _loopFunction is3DMode Accessors canvas context customRenderEngine Methods initRender customRequestAnimationFrame vsyncTime Constructors constructor new Render(width: number, height: number, mainCanv: HTMLCanvas): Render Defined i...

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

199. laya.d3.component.animation.SkinAnimations [ 79%]

...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...

来源: laya_api 发布时间: 20170929

200. Laya2自动同步cullingMask方案以及灯光裁剪补丁 [ 79%]

..._scene.lightCullingMask && this._scene.lightCullingMask instanceof Function){this._scene.lightCullingMask(scene,this);} 3、对想要开启灯光裁剪的场景调用 LightCullingMask.enableLightCullingMask(scene3d)即可 //注意 ExtCullingMask并不是针对对象进行,而是对摄相...

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