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

大约有 4,336 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0097 秒)

141. laya.events.MouseManager [ 95%]

...ods  MethodDefined By  check3DUI(mousex:Number, mousey:Number, callback:Function):Boolean 处理3d界面。 MouseManager  handleCapture(mousex:Number, mousey:Number, callback:Function):BooleanMouseManager  handleExclusiveCapture(mousex:Number, mousey:Number, callback:Function):BooleanMouseMan...

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

142. laya.ui.List [ 95%]

...加单元格数据源到对应的数据索引处。 List callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component  changeItem(index:int, source:Object):void 修改单元格数据源。 L...

来源: laya_api 发布时间: 20170929

143. laya.d3.math.Vector3 [ 95%]

...组xproperty x:Number 获取X轴坐标。 Implementation     public function get x():Number    public function set x(value:Number):voidyproperty y:Number 获取Y轴坐标。 Implementation     public function get y():Number    public function set y(value:Number):voidzproperty z:Nu...

来源: laya_api 发布时间: 20170929

144. laya.device.motion.Accelerator [ 95%]

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

来源: laya_api 发布时间: 20170929

145. laya.d3.graphics.VertexParticle [ 95%]

...alepropertyageAddScale:Number  [read-only] Implementation     public function get ageAddScale():NumbercornerTextureCoordinateproperty cornerTextureCoordinate:Vector4  [read-only] Implementation     public function get cornerTextureCoordinate():Vector4endColorproperty endColor:Vector4 ...

来源: laya_api 发布时间: 20170929

146. laya.media.SoundChannel [ 95%]

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

来源: laya_api 发布时间: 20170929

147. laya.ui.ComboBox [ 95%]

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

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

148. Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据,客户端就是收不到数据? [ 95%]

...blic class Socketmanger{ private static var _I:Socketmanger; public static function get Instance():Socketmanger { if(_I==null)_I=new Socketmanger(); return _I; } private static var socket:Socket=null; private var list:Array=; public function Connect(url:String):void { socket=new Socket(); socket.on(...

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

149. laya.device.geolocation.GeolocationInfo [ 95%]

...curacypropertyaccuracy:Number  [read-only] Implementation     public function get accuracy():Numberaltitudeproperty altitude:Number  [read-only] Implementation     public function get altitude():NumberaltitudeAccuracyproperty altitudeAccuracy:Number  [read-only] Implementation    ...

来源: laya_api 发布时间: 20170929

150. laya.device.geolocation.GeolocationInfo [ 95%]

...curacypropertyaccuracy:Number  [read-only] Implementation     public function get accuracy():Numberaltitudeproperty altitude:Number  [read-only] Implementation     public function get altitude():NumberaltitudeAccuracyproperty altitudeAccuracy:Number  [read-only] Implementation    ...

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