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

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

511. laya.ui.Slider_API3.0 [ 56%]

...lider HSlider 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

512. 自适应问题 [ 56%]

....getRes(skin);         var _sprite = new Sprite();         _sprite.graphics.drawTexture(t, 0, 0);         Laya.stage.addChild(_sprite); }); 但是出来的效果是这样,我本意是想 宽度不变 高度可以拉伸 问题1 怎么才能宽度不变 高度自适应 问题2 如果我...

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

513. laya.display.Scene_API3.0 [ 55%]

...chy Sprite Scene View Index Constructors constructor Properties _extra _ownGraphics _scene _scene3D _skinBaseUrl _url autoDestroyAtClosed autoSize hitTestPrior mouseThrough name tag drawtocanvCtx unDestroyedScenes Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blen...

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

514. laya.device.media.Video_API3.0 [ 55%]

...ierarchy Sprite Video Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name videoElement CAMERA MP4 OGG SUPPORT_MAYBY SUPPORT_NO SUPPORT_PROBABLY WEBM drawtocanvCtx Accessors active activeInHierarchy alpha blendMode buffered ca...

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

515. htmlCanvas.toBase64在iPhone上转换结果错误 [ 55%]

...e = htmlCanvas.getTexture(); //获取纹理  StageUI.instance.saveTexture.graphics.drawTexture(texture, 0, 0, 0, 0);//绘制截取到的纹理 //可以获得base64位图,用于保存或上传到服务器 StageUI.instance.saveBase64.texture = texture; htmlCanvas.toBase64("png",0.8,this.getBase64);...

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

516. 请问Laya如果获取Laya.Event.CLICK时间的点击坐标? [ 55%]

...件 function setUserClick(){ var clickRect = new Laya.Sprite(); clickRect.graphics.drawRect( 0, 0, Laya.stage.width, Laya.stage.height-100 ); clickRect.pos( 0, 0 ); clickRect.size( Laya.stage.width, Laya.stage.height-100 ); Laya.stage.addChild( clickRect ); clickRect.on( Laya.Event.CLICK, this, chan...

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

517. laya关于2d骨骼动画的一些问题 [ 55%]

...么会跳帧。 Laya native1.0.7, 引擎1.7.14beta,多行文本不换行 graphics alpha 问题 unity 粒子特效 laya插件有问题? 关于shader中opengl函数问题 问题状态 最新活动: 2018-01-25 16:50 浏览: 966 关注: 2 人 linchenrr • 2018-01-25 16:59 感谢回复, 第一条...

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

518. laya.ui.View_API3.0 [ 55%]

...chy Scene View Dialog Index Constructors constructor Properties _extra _ownGraphics _scene _scene3D _skinBaseUrl _url autoDestroyAtClosed autoSize hitTestPrior mouseThrough name tag drawtocanvCtx unDestroyedScenes Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blen...

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

519. 画出来鼠标轨迹线 [ 55%]

...度依托于你滑动的速度、并赋予上下限         line.graphics.drawPath(0,0,[["moveTo",last.x,last.y],["lineTo",first.x,first.y]],{}, {strokeStyle: "rgba(12,434,34,"+(1-(Date.now()-first.time)/times)+")",lineCap: "round",lineWidth: speed});         //绘制两个鼠标记...

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

520. 视频Demo播放问题 [ 55%]

...放mp3出现The AudioContext was not allowed to start. 视频播放案例 graphics alpha 问题 问题状态 最新活动: 2018-03-28 16:39 浏览: 1077 关注: 3 人 zl18510521186 • 2018-03-28 16:44 刚发现。。。用chrome调试是可以播放的。。 zl18510521186 • 2018-03-28 16:30 谢...

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