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

大约有 2,154 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0071 秒)

471. laya.physics.joint.GearJoint [ 86%]

...:Number两个齿轮角速度比例,默认1 Implementation     public function get ratio():Number    public function set ratio(value:Number):voidMethod Detail_createJoint()methodoverride protected function _createJoint():voidMon May 13 2019, 03:09 PM +08:00

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

472. 用Socket连接服务器,服务端显示已经有登录,但Event.OPEN没有触发 [ 86%]

...protected var recvBuf:Byte = null;                  public function CConnector()         {             this.sendBuf = this.output;             this.recvBuf = this.input;                          this.on(Event.OPEN, this, OnConne...

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

473. laya.d3.core.QuaternionKeyframe [ 86%]

...ar value:QuaternionConstructor DetailQuaternionKeyframe()Constructorpublic function QuaternionKeyframe() 创建一个 QuaternionKeyframe 实例。 Method DetailcloneTo()methodoverride public function cloneTo(dest:*):void 克隆。 Parameters dest:* — 克隆源。 Mon May 13 2019, 02:40 PM +08:00

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

474. laya.d3.core.FloatKeyframe [ 86%]

...public var value:NumberConstructor DetailFloatKeyframe()Constructorpublic function FloatKeyframe() 创建一个 FloatKeyFrame 实例。 Method DetailcloneTo()methodoverride public function cloneTo(destObject:*):void 克隆。 Parameters destObject:* — 克隆源。 Mon May 13 2019, 02:40 PM +08:00

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

475. 分享:Sprite 转换成3D贴图(Texture2D)的方法,如果有更好的方法,请告诉我。 [ 86%]

....html 文件中放置如下代码: <script type="text/javascript"> function convertCanvasToImage(canvas,callback,thisObj) { var image = new Image(); image.onload = function() { console.log("图片已经加载"); callback(image,thisObj) }; console.log("图片加载中...") image.src = canvas....

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

476. laya.utils.PerfHUD [ 86%]

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

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

477. laya.ui.Image [ 86%]

...e addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, method:Function):void 清理定时器。功能同Lay...

来源: laya_api 发布时间: 20170929

478. 性能测试-虫子(慎入) [ 86%]

...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Sprite = Laya.Sprite; var Browser = Laya.Browser; var Handler = Laya.Handler; var Stat = Laya.Stat; var Rectangle = Laya.Rectangle; var WebGL = Laya.WebGL; var texturePath = "../../res/tinyMaggot.png"; var pa...

来源: Laya_示例 发布时间: 20241118

479. 2D物理-碰撞过滤器 [ 86%]

...言、LayaAirIDE让项目开发更高效。window.Laya=window.Laya||{}; (function (exports, Laya) { 'use strict'; class Physics_Physics_CollisionFiltering { constructor() { this.preMovementX = 0; this.preMovementY = 0; Laya.Config.isAntialias = true; Laya.Laya.init(1200, 700, Laya.WebGL); Laya.Stat....

来源: Laya2.0_示例 发布时间: 20241118

480. laya.ui.ProgressBar [ 85%]

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

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