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

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

621. laya.ui.Box_API3.0 [ 40%]

...rs constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource...

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

622. 位图字体的制作与使用(JavaScript-LayaAir基础篇(JS)-文本) [ 40%]

...) **重要参数说明:** Font:导出的位图字体使用的字体。 Size:设置导出的位图字体使用的字体大小。建议在使用时需要多大的字就在此处设置相同大小的字号。 Height:设置字体的拉伸高度,保持默认的100%就可以。 *注意:Charset...

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

623. laya.display.Sprite [ 40%]

...过getBounds函数获取;也可手动设置宽高;还可以设置autoSize=true,然后再获取宽高。Sprite的宽高一般用于进行碰撞检测和排版,并不影响显示图像大小,如果需要更改显示图像大小,请使用 scaleX , scaleY , scale。 Sprite 默认不接...

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

624. laya.display.Sprite [ 40%]

...过getBounds函数获取;也可手动设置宽高;还可以设置autoSize=true,然后再获取宽高。Sprite的宽高一般用于进行碰撞检测和排版,并不影响显示图像大小,如果需要更改显示图像大小,请使用 scaleX , scaleY , scale。 Sprite 默认不接...

来源: laya_api 发布时间: 20170929

625. laya.ui.OpenDataContextView_API3.0 [ 40%]

...rs constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroy...

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

626. laya.ui.Panel_API3.0 [ 40%]

...rs constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX centerY components content customRenderEnable da...

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

627. laya.ui.LayoutBox_API3.0 [ 40%]

...rs constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX centerY components customRenderEnable data...

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

628. laya.ui.TipManager_API3.0 [ 40%]

...rs constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx offsetX offsetY tipBackColor tipDelay tipTextColor Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX cente...

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

629. 在微信小游戏中,主域中显示开发域的list为什么显示不全? [ 40%]

...;         //private text: Laya.Label; constructor(){ super(); this.size(Item.WID, Item.HEI); this.img = new Laya.Image();             //this.text = new Laya.Label(); this.addChild(this.img);             //this.addChild(this.text); } public setImg(src: string): void { ...

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

630. LayaAirIDE 2.0 laya.wxmini.js 第3行报错! 创建3D项目(TypeScript),导出微信小游戏,选择了JS混淆,崩溃在 laya.wxmini.js 第3行,错误如下 [ 39%]

... set to " + Laya.stage.scaleMode);         console.log("Laya.stage size = " + Laya.stage.width + " x " + Laya.stage.height             + ", design = " + Laya.stage.designWidth + " x " + Laya.stage.designHeight);   但不知道这个bug规律在什么地方 莫名其妙去掉一...

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