大约有 834 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0074 秒)
Laya_社区(448) Laya3.0_api(112) Laya2.0_api(90) laya_api(77) Laya2.0_文档(54) Laya3.0_文档(49) Laya2.0_示例(2) Laya_示例(2)
...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
...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
...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
...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
... reCache 方法手动刷新。 注意: 1.Sprite stroke : Number 描边宽度(以像素为单位)。 默认值0,表示不描边。 Text strokeColor : String 描边颜色,以字符串表示。 默认值为 "#000000"(黑色); Text text : String[override] 当前文本的内容字符...
来源: laya_api 发布时间: 20170929
...域 */ hornBox: Box /** html对象 */ html: HTMLDivElement /** 滚动框的宽度 */ defaultX = 1110 /** 动画是否出于播放状态 */ isPlayIng:boolean = false /** 空格 */ private space:string = "<span> </span>" constructor() { su...
来源: Laya_社区 发布时间: 20180314
...】 关于islooping覆盖问题,想请教一下 请教下,舞台设的宽度是800,600 为什么显示出来看着很小一团?什么办法都试过了~ 请教 FlashBuilder如何生成二维码让手机扫描测试 LayaAir Run 或者代码 显示的模型只有绿色 问题状态 最新活动:...
来源: Laya_社区 发布时间: 20181027
...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
...)); //当移动半径大于大圆的半径时,半径等于大圆的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
.../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