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

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

291. 打包到apk后Animation.createFrames方法返回数据集出错 [ 64%]

...imation.createFrames("anim/" + value + "/DaiJi.json" , "DaiJi"); var frame:Graphics = frames[0]; var texture:Texture = frame._one[0]; frame值获取为空,但是在网页中获取正常,不知道是什么原因。 2017-03-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

292. laya.d3.core.scene.Scene3D [ 64%]

...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite height : Number 显示对象的高度,单位为像素,默认为0。 此高...

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

293. Panel中添加图片无法显示,文本可以 [ 64%]

...r.getRes("comp/image.png");     var ape1 = new Laya.Sprite();     ape1.graphics.drawTexture(t, 0, 0);     Laya.stage.addChild(ape1);     //面板     var panel = new laya.ui.Panel();     panel.width = 500;     panel.height = 500;     panel.x = 200;     var label = new laya.ui.Label...

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

294. laya.display.Stage_API3.0 [ 64%]

...ierarchy Sprite Stage Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize canvasDegree canvasRotation designHeight designWidth focus hitTestPrior mouseThrough name renderingEnabled screenAdaptationEnabled tag useRetinalCanvas ALIGN_BOTTOM ALIGN_CENTER ALIG...

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

295. laya.ui.ColorPicker_API3.0 [ 64%]

...Component ColorPicker Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize changeHandler hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode borderColor bottom ...

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

296. laya.ui.ProgressBar_API3.0 [ 64%]

...Component ProgressBar Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize changeHandler hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bar bg blendMode bottom cacheAs cente...

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

297. laya.ui.HSlider_API3.0 [ 64%]

...rarchy Slider HSlider Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize changeHandler hitTestPrior isVertical mouseThrough name showLabel tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy allowClickBack alpha anchorX anchorY b...

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

298. laya.ui.VSlider_API3.0 [ 64%]

...rarchy Slider VSlider Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize changeHandler hitTestPrior isVertical mouseThrough name showLabel tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy allowClickBack alpha anchorX anchorY b...

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

299. laya.ui.ScrollBar_API3.0 [ 64%]

...VScrollBar HScrollBar Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoHide autoSize bottomMoveLimit changeHandler disableDrag downButton elasticBackTime elasticDistance hitTestPrior isLockedFun mouseThrough name rollRatio scaleBar slider stopMoveLimit tag t...

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

300. skin加载url资源不会刷新 [ 64%]

...);             var ape: Sprite = new Sprite();             ape.graphics.drawTexture(t, 0, 0);             Laya.stage.addChild(ape);             ape.pos(0, 0);         }));     业务: 图片服务器会修改上传新的图片,图片的文件名不变 流程: ...

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