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

大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0054 秒)

761. laya.ui.UIEvent_API3.0 [ 74%]

...nt Index Properties HIDE_TIP SHOW_TIP Properties Static HIDE_TIP HIDE_TIP: string = "hidetip" Defined in laya/ui/UIEvent.ts:12 隐藏提示信息。 Static SHOW_TIP SHOW_TIP: string = "showtip" Defined in laya/ui/UIEvent.ts:8 显示提示信息。 Globals "laya/ui/UIEvent" UIEvent HIDE_TIP SHOW_TIP ...

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

762. laya.physics.EdgeCollider_API3.0 [ 74%]

...ed in laya/physics/ColliderBase.ts:25 [只读]b2Fixture对象 label label: string Inherited from ColliderBase.label Defined in laya/physics/ColliderBase.ts:18 标签 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 rigidBody rigidB...

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

763. laya.d3.component.animator.AnimatorResource_API3.0 [ 74%]

...tic getAnimatorResource getAnimatorResource(sprite: Sprite3D, propertyKey: string): Component Defined in laya/d3/component/Animator/AnimatorResource.ts:8 Parameters sprite: Sprite3D propertyKey: string Returns Component Globals "laya/d3/component/Animator/AnimatorResource" AnimatorResource getAnimat...

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

764. 升级到3.0-beta6无法选择资源了 [ 74%]

...nds Laya.Script {     //declare owner : Laya.Sprite3D;      @property(String)     public text: string = "";      @property(Laya.Image)     public image: Laya.Image = null;      constructor() {         super();     } } 附件 : --> 2023-04-12 添加评论 免费帖 --> 分享 微...

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

765. as编译器1.7.5beta的问题 [ 74%]

...,但第二次编译后会报一些方法为空,报空的方法是formatString,贴出了formatstring的完整代码,addAssets方法是另一个类的代码片段,感觉是编译器的问题。。麻烦解答一下 public function addAssets(assets:Array,loadedFun:Function = null):void { var ...

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

766. laya.display.cmd.DrawCircleCmd [ 74%]

...收到对象池 DrawCircleCmdPublic Constants ConstantDefined By  ID : String = DrawCircle[static] DrawCircleCmdProperty DetailfillColorpropertypublic var fillColor:* 填充颜色,或者填充绘图的渐变对象。 lineColorproperty public var lineColor:* (可选)边框颜色,或者填...

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

767. 如何与服务端建立连接 [ 74%]

...文档,里面有详细的教学,以下代码只作参考用。let host:string = ""; let port:string = ""; let url:string = "ws://" + host + ":" + port; let socket:Laya.Socket = new Laya.Socket(); socket.on(Laya.Event.OPEN,this,()=>{ console.log("connect success!"); }) socket.connectByUrl(url)...

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

768. laya.physics.PolygonCollider_API3.0 [ 74%]

...ed in laya/physics/ColliderBase.ts:25 [只读]b2Fixture对象 label label: string Inherited from ColliderBase.label Defined in laya/physics/ColliderBase.ts:18 标签 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 rigidBody rigidB...

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

769. 如何实现复制 文本 功能 [ 74%]

如何实现复制 文本 功能 例如 一个string 的变量 a ,点击按钮 btn1 实现复制这个 a 变量值的目的 ,什么方法可以实现 复制 2017-08-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...

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

770. laya.display.cmd.DrawCurvesCmd [ 74%]

...收到对象池 DrawCurvesCmdPublic Constants ConstantDefined By  ID : String = DrawCurves[static] DrawCurvesCmdProperty DetaillineColorpropertypublic var lineColor:* 线段颜色,或者填充绘图的渐变对象。 lineWidthproperty public var lineWidth:Number (可选)线段宽度。 poi...

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