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

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

211. laya.ui.AdvImage_API3.0 [ 53%]

...默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from AnimationBase.hitTestPrio...

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

212. laya.ui.List_API3.0 [ 53%]

...默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 cacheContent cacheContent: boolean Defined in laya/ui/List.ts:221 是否缓存内...

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

213. laya.d3.core.Camera_API3.0 [ 53%]

...): Node Inherited from Node.getChildAt Defined in laya/display/Node.ts:312 根据子节点的索引位置,获取子节点对象。 Parameters index: number 索引位置 Returns Node 子节点 getChildByName getChildByName(name: string): Node Inherited from Node.getChildByName Defined in laya/displ...

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

214. laya.ui.ProgressBar_API3.0 [ 53%]

...默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 changeHandler changeHandler: Handler Defined in laya/ui/ProgressBar.ts:119 当 Prog...

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

215. laya.ui.ColorPicker_API3.0 [ 53%]

...默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 changeHandler changeHandler: Handler Defined in laya/ui/ColorPicker.ts:99 当颜色...

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

216. laya.ui.Clip_API3.0 [ 52%]

...默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined...

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

217. laya.ui.Image_API3.0 [ 52%]

...默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined...

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

218. laya.d3.webxr.core.WebXRCamera_API3.0 [ 52%]

...): Node Inherited from Node.getChildAt Defined in laya/display/Node.ts:312 根据子节点的索引位置,获取子节点对象。 Parameters index: number 索引位置 Returns Node 子节点 getChildByName getChildByName(name: string): Node Inherited from Node.getChildByName Defined in laya/displ...

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

219. laya.ui.FontClip_API3.0 [ 52%]

...默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined...

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

220. 【简单跑酷--JS版】---Lv.3 添加地板 [ 51%]

...示对象 (其实也有其他方式  这里暂不考虑) 嗯 那我们根据上面的三个功能可以写下如下代码  (function () { /** * 地板地图类 * */ function MapFloor(){ MapFloor.__super.call(this); this.init(); } //MapFloor 是一个显示对象 继承此 Sprite Laya.class(Map...

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