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

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

1. laya.ui.Image_API3.0 [ 100%]

...";//设置 bg 对象的网格信息。 bg.width = 150;//设置 bg 对象的宽度。 bg.height = 250;//设置 bg 对象的高度。 Laya.stage.addChild(bg);//将此 bg 对象添加到显示列表。 var image:Image = new Image("resource/ui/image.png");//创建一个 Image 类的实例对象 image ,...

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

2. laya.utils.Browser_API3.0 [ 87%]

...e: number): void Defined in laya/utils/Browser.ts:388 浏览器窗口可视宽度。 通过分析浏览器信息获得。浏览器多个属性值优先级为:window.innerWidth(包含滚动条宽度) > document.body.clientWidth(不包含滚动条宽度),如果前者为0或为空,则选择后...

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

3. laya.ui.Dialog_API3.0 [ 79%]

... "10,40,10,5";//设置 bg 的网格信息。 bg.width = 150;//设置 bg 的宽度。 bg.height = 250;//设置 bg 的高度。 this.addChild(bg);//将 bg 添加到显示列表。 var image = new laya.ui.Image("resource/ui/image.png");//新建一个 Image 类的实例 image 。 this.addChild(image);//...

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

4. laya.ui.ProgressBar_API3.0 [ 70%]

...rogressBar 的进度值。 progressBar.width = 200;//设置 progressBar 的宽度。 progressBar.height = 50;//设置 progressBar 的高度。 progressBar.sizeGrid = "5,10,5,10";//设置 progressBar 的网格信息。 progressBar.changeHandler = new Handler(this, onChange);//设置 progressBar 的va...

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

5. laya.resource.HTMLCanvas_API3.0 [ 65%]

...width(width: number): void Defined in laya/resource/HTMLCanvas.ts:35 获取宽度。 Returns number Defined in laya/resource/HTMLCanvas.ts:39 获取宽度。 Parameters width: number Returns void Static cpuMemory get cpuMemory(): number Inherited from Resource.cpuMemory Defined in laya/resource/Reso...

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

6. laya.resource.Texture2DArray_API3.0 [ 65%]

...ed from BaseTexture.width Defined in laya/resource/BaseTexture.ts:31 获取宽度。 Returns number Inherited from BaseTexture.width Defined in laya/resource/BaseTexture.ts:35 获取宽度。 Parameters width: number Returns void wrapModeU get wrapModeU(): WrapMode set wrapModeU(value: WrapMode): vo...

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

7. laya.ui.AdvImage_API3.0 [ 63%]

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

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

8. laya.display.Stage_API3.0 [ 61%]

...gnWidth designWidth: number = 0 Defined in laya/display/Stage.ts:120 设计宽度(初始化时设置的宽度Laya.init(width,height)) focus focus: Node Defined in laya/display/Stage.ts:114 当前焦点对象,此对象会影响当前键盘事件的派发主体。 hitTestPrior hitTestPrior: bool...

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

9. laya.ui.Clip_API3.0 [ 57%]

...数量 clipX 、竖向分割数量 clipY , 或横向分割每个切片的宽度 clipWidth 、竖向分割每个切片的高度 clipHeight , 从左向右,从上到下,分割组合为一个切片动画。 Image和Clip组件是唯一支持异步加载的两个组件,比如clip.skin = "abc/xxx...

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

10. laya.ui.TextInput_API3.0 [ 57%]

...Input 对象的显示位置。 textInput.width = 300;//设置 textInput 的宽度。 textInput.height = 200;//设置 textInput 的高度。 Laya.stage.addChild(textInput);//将 textInput 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efef...

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