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

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

731. laya.physics.joint.DistanceJoint [ 86%]

... Public Methods Show Inherited Public Methods MethodDefined By destroy():void 销毁组件 Component onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用...

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

732. laya.ui.Label [ 86%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component  changeText(text:Strin...

来源: laya_api 发布时间: 20170929

733. laya.net.Socket [ 86%]

...件侦听器和其他相关流程工作正常。 Socket  cleanSocket():void 清理socket。 Socket  close():void 关闭连接。 Socket  connect(host:String, port:int):void 连接到指定的主机和端口。 连接成功派发 Event.OPEN 事件;连接失败派发 Event.ERROR 事件;连...

来源: laya_api 发布时间: 20170929

734. laya.d3.animation.AnimationClip [ 86%]

...模板。 AnimationClip  onAsynLoaded(url:String, data:*, params:Array):void[override] private AnimationClipProtected Methods  MethodDefined By  detoryResource():void[override] 销毁资源,override it,同时修改memorySize属性。AnimationClipProperty Detailisloopingpropertypublic var islo...

来源: laya_api 发布时间: 20170929

735. socket无法连接服务器 [ 86%]

...State = EConnectionState.eDistconnected;         private initSocket(): void {             this.on(Laya.Event.OPEN, this, this.onConected);             this.on(Laya.Event.ERROR, this, this.onError);         }         public conectToServer(): void { //“连接”按钮的回...

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

736. laya.net.Socket [ 86%]

...,则尝试连接到指定的主机和端口。 Socket  cleanSocket():void 清理Socket:关闭Socket链接,关闭事件监听,重置Socket Socket  close():void 关闭连接。 Socket  connect(host:String, port:int):void 连接到指定的主机和端口。 连接成功派发 Event.OPEN ...

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

737. laya.d3.component.animator.AnimatorStateNumberCondition_API3.0 [ 86%]

...rCompressType set compareFlag(value: AniStateConditionNumberCompressType): void Defined in laya/d3/component/Animator/AnimatorStateCondition.ts:135 判断类型 Returns AniStateConditionNumberCompressType Defined in laya/d3/component/Animator/AnimatorStateCondition.ts:139 判断类型 Parameters val...

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

738. 鼠标交互-自定义事件 [ 86%]

....stage.bgColor = "#232628"; this.createSprite(); } private createSprite(): void { this.sp = new Sprite(); this.sp.graphics.drawRect(0, 0, 200, 200, "#D2691E"); this.sp.pivot(100, 100); this.sp.x = Laya.stage.width / 2; this.sp.y = Laya.stage.height / 2; this.sp.size(200, 200); Laya.stage.addChild(th...

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

739. 文本-HTML文本 [ 86%]

...showall"; Laya.stage.bgColor = "#232628"; this.setup(); } private setup(): void { this.createParagraph(); // 代码创建 this.showExternalHTML(); // 使用外部定义的html } private createParagraph(): void { var p: HTMLDivElement = new HTMLDivElement(); Laya.stage.addChild(p); p.style.font = "Im...

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

740. laya.d3.core.Transform3D [ 85%]

...ll):Boolean 派发事件。 EventDispatcher  getForward(forward:Vector3):void 获取向前方向。 Transform3D  getRight(right:Vector3):void 获取向右方向。 Transform3D  getUp(up:Vector3):void 获取向上方向。 Transform3D hasListener(type:String):Boolean 检查 EventDispatcher 对...

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