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

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

181. laya.ui.Box [ 73%]

...e : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象的显示高度(以像素为单位)。 Component displayWidth : Number[read-only] 对象的显示宽度(以像素为单位)。 Component filters : Array滤镜集合。可以设置多...

来源: laya_api 发布时间: 20170929

182. ProgressBar属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 73%]

... = (Laya.stage.width - progressBar.width ) / 2; progressBar.y = Laya.stage.height / 2; //设置九宫格边距,以防变形 progressBar.sizeGrid = "5,5,5,5"; //数据改变时回调方法 progressBar.changeHandler = new Handler(this, onChange); //加载到舞台 Laya.stage.addChild(progressBar); /...

来源: Laya2.0_文档 发布时间: 20210715

183. 关于list滚动位置的问题 [ 73%]

...? Monica • 2017-10-16 15:01 @qq97659689:这个值默认是所有的item*height。你也可以自己设置滚动条的大小值。分别是min和max

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

184. [LayaAirIDE3]3.3.1 UI点击区域异常,mouseThrough属性失效 [ 73%]

... object or misses all objects. * When not penetrable, the node's width and height define the mouse collision area (a non-penetrable rectangular area). If the rectangular collision area does not meet the requirements, you can use the drawing area of the hit area as the collision area. The hit area ta...

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

185. laya.display.Sprite [ 73%]

...: Boolean[read-only] 表示是否在显示列表中显示。Node  displayHeight : Number[read-only] 对象的显示高度(以像素为单位)。 Sprite  displayWidth : Number[read-only] 对象的显示宽度(以像素为单位)。 Sprite  drawCallOptimize : BooleanSprite  filters : A...

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

186. laya.map.GridSprite [ 73%]

...e : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象的显示高度(以像素为单位)。 Sprite displayWidth : Number[read-only] 对象的显示宽度(以像素为单位)。 Sprite drawCallOptimize : BooleanSprite  drawImageNum : ...

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

187. [LayaAir3]3.1.0 beta4 CharacterController组件问题 [ 73%]

...器翻译引擎符号,SkinWidth面板上显示为空   4.在面板修改Height、Radius、CenterOffset,绿色辅助线没有任何变化,绿色的辅助线是绘制的内部的colliderShape? 补充: 详细看了源码后,发现继承PhysicsColliderComponent的物理组件,都必需要...

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

188. laya.ui.CheckBox_API3.0 [ 73%]

...oSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStag...

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

189. 为什么自定义shader大图正常,小图就被缩小了 [ 73%]

...引数组 */ myShaderSprite.prototype.init = function(texture,width_Size,height_Size,vb,ib){ this.vBuffer = Laya.VertexBuffer2D.create(); this.iBuffer = Laya.IndexBuffer2D.create(); this.ibData = new Uint16Array(); if(vb) { vbArray = vb; } else{ vbArray = []; var texWidth = texture.width; var texHei...

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

190. HTML文本 · LayaAir3.0文档 · LAYABOX [ 73%]

...、颜色不同3.3 获取html文本的实际宽高(contextWidth、contextHeight)3.4 设置文本的水平居中对齐(align需要和width配合使用)3.5 实现超链接3.6 实现html页面跳转3.7 为HtmlDivElement设置行间距,leading属性,注意,必须设置valign=’middle’3.8 ...

来源: Laya3.0_文档 发布时间: 20230303