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

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

81. laya.ui.Slider_API3.0 [ 80%]

...al mouseThrough name showLabel tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy allowClickBack alpha anchorX anchorY bar blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawC...

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

82. laya.ui.Label_API3.0 [ 79%]

...象的属性 y 的值,用于控制 label 对象的显示位置。 label.width = 300;//设置 label 的宽度。 label.height = 200;//设置 label 的高度。 Laya.stage.addChild(label);//将 label 添加到显示列表。 var passwordLabel:Label = new Label("请原谅我,我不想被人看到...

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

83. Panel初始化BUG [ 79%]

...设置内容的宽度、高度(以像素单位)。      * @param width 宽度。      * @param height 高度。      */     private setContentSize(width: number, height: number): void {         var content: Box = this._content;         var rectX = 0;         var rectY =...

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

84. laya.ui.ColorPicker_API3.0 [ 79%]

...hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode borderColor bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage draw...

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

85. laya.d3.core.scene.Scene3D_API3.0 [ 79%]

...neUBOData drawtocanvCtx sceneUniformMap Accessors GIRotate _isHeightSet _isWidthSet active activeInHierarchy alpha ambientColor ambientIntensity ambientMode ambientSH anchorX anchorY blendMode cacheAs components cullInfoCamera cullPass customRenderEnable destroyed displayHeight displayWidth displaye...

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

86. 设置适配SCALE_FIXED_WIDTH,结果少部分andriod机型不能正确适配屏幕 [ 79%]

设置适配SCALE_FIXED_WIDTH,结果少部分andriod机型不能正确适配屏幕 主要设置屏幕适配的代码是下面,大部分手机是好的,有少部分andriod机器有比较大的概率出现半屏的情况。请问下是引擎不兼容呢,还是代码写的不完善  class Mai...

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

87. laya.ui.UIGroup_API3.0 [ 79%]

...ouseThrough name selectHandler tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed direction disabled displayHeight displayWidth displayedInStage drawCa...

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

88. laya.media.VideoTexture_API3.0 [ 79%]

...preload readyState referenceCount seekable seeking source videoHeight videoWidth volume width wrapModeU wrapModeV wrapModeW cpuMemory gpuMemory Methods _addReference _clearReference _getSource _removeReference _setCPUMemory _setCreateURL _setGPUMemory canPlayType destroy event gpuCompressFormat hasL...

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

89. viewport:调用init之后,引擎会强制把html的viewport覆盖掉 [ 79%]

...擎有没有地方设置不更改viewport啊,现在直接给强制写成width=device-width,这样移动设备上的分辨率很低的,即使舞台的分辨率很高显示出来依然很模糊啊 2016-05-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请...

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

90. Panel控件滑动区域不正常的问题 [ 79%]

...nt; var rect = new Laya.Sprite(); rect.graphics.drawRect(0, 0, this.contentWidth, this.contentHeight, "#000000"); content.hitArea = new Laya.HitArea(); content.hitArea.hit = rect.graphics; } 然后分别在panel的“setContentSize”和“changeScroll”方法的最后一行添加  this.setContent...

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