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

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

701. laya.ui.Tab_API3.0 [ 46%]

...rom Text.displayWidth Defined in laya/display/Sprite.ts:556 对象的显示宽度(以像素为单位)。 Returns number displayedInStage get displayedInStage(): boolean Inherited from Node.displayedInStage Defined in laya/display/Node.ts:483 表示是否在显示列表中显示。 Returns boolea...

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

702. laya.ani.swf.MovieClip_API3.0 [ 46%]

...rom Text.displayWidth Defined in laya/display/Sprite.ts:556 对象的显示宽度(以像素为单位)。 Returns number displayedInStage get displayedInStage(): boolean Inherited from Node.displayedInStage Defined in laya/display/Node.ts:483 表示是否在显示列表中显示。 Returns boolea...

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

703. laya.ui.FontClip_API3.0 [ 46%]

...lip.clipWidth Defined in laya/ui/Clip.ts:247 横向分割时每个切片的宽度,与 clipX 同时设置时优先级高于 clipX 。 Returns number Inherited from Clip.clipWidth Defined in laya/ui/Clip.ts:251 横向分割时每个切片的宽度,与 clipX 同时设置时优先级高于 clipX 。...

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

704. laya.ui.UIGroup_API3.0 [ 46%]

...rom Text.displayWidth Defined in laya/display/Sprite.ts:556 对象的显示宽度(以像素为单位)。 Returns number displayedInStage get displayedInStage(): boolean Inherited from Node.displayedInStage Defined in laya/display/Node.ts:483 表示是否在显示列表中显示。 Returns boolea...

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

705. laya.display.Input [ 46%]

... reCache 方法手动刷新。 注意: 1.Sprite stroke : Number 描边宽度(以像素为单位)。 默认值0,表示不描边。 Text strokeColor : String 描边颜色,以字符串表示。 默认值为 "#000000"(黑色); Text  text : String[override] 当前文本的内容字符...

来源: laya_api 发布时间: 20170929

706. 分享一个自己做的游戏公告功能,跑马灯效果 [ 46%]

...域 */ hornBox: Box /** html对象 */ html: HTMLDivElement /** 滚动框的宽度 */ defaultX = 1110 /** 动画是否出于播放状态 */ isPlayIng:boolean = false /** 空格 */ private space:string = "<span>                          </span>" constructor() { su...

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

707. 刚刚接触2天layaair,有几个问题请教。 [ 46%]

...】 关于islooping覆盖问题,想请教一下 请教下,舞台设的宽度是800,600 为什么显示出来看着很小一团?什么办法都试过了~ 请教 FlashBuilder如何生成二维码让手机扫描测试 LayaAir Run 或者代码 显示的模型只有绿色 问题状态 最新活动:...

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

708. laya.display.AnimationBase_API3.0 [ 46%]

...rom Text.displayWidth Defined in laya/display/Sprite.ts:556 对象的显示宽度(以像素为单位)。 Returns number displayedInStage get displayedInStage(): boolean Inherited from Node.displayedInStage Defined in laya/display/Node.ts:483 表示是否在显示列表中显示。 Returns boolea...

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

709. 分享一个虚拟摇杆,比较粗糙,没做优化 [ 46%]

...)); //当移动半径大于大圆的半径时,半径等于大圆的0.5的宽度(也就是半径) if (r >= this.moveMax.width/2) r = this.moveMax.width/2; var angle = Math.atan2(this.moveY - this.starY, this.moveX - this.starX); bottonX = Math.cos(angle) * r + this.starX+(this.moveMax.x - th...

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

710. [Error] TypeError: null is not an object (evaluating 'this._style._tf') [ 45%]

.../layaair.ldc.layabox.com ... Video 第一步: 把this.videoElement 的长宽度调整 Laya.Utils.fitDOMElementInArea(this.videoElement, this.reference, 0, 0, this.reference.width, this.reference.height) 第二: 加Event.RESIZE Laya.stage.on(Laya.Event.RESIZE, this, Laya.Utils.fitDOMElementInArea...

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