大约有 1,054 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0097 秒)
... https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video Hierarchy 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 drawtocanv...
来源: Laya3.0_api 发布时间: 20231102
...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...
来源: Laya3.0_api 发布时间: 20231115
...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...
来源: Laya3.0_api 发布时间: 20231115
... https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video Hierarchy Sprite VideoNode Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alp...
来源: Laya3.0_api 发布时间: 20231115
...der is not defined LayaAirIDE1.7.17 版本,LayaNative下面 Stat统计的sprite数量不准,误将sprite.visible=false的对像也统计进去了,网页端就没有问题 ios safari横屏下,鼠标点击不正确,且旋转屏幕时显示错位 模型在ios中,某个特定角度下显示...
来源: Laya_社区 发布时间: 20190312
...,使得新添加的元素始终保持在最底部显示? 为什么给Sprite容器添加点击事件没反应 如何获取容器中子元素的个数 更新客户端版本后 所有的Text的位置都对不上了 VBOX HBOX 的文档太少了,都不知道这两个怎么用?到底和box有什...
来源: Laya_社区 发布时间: 20180411
...用帧率甚至动态更改帧率有利于改进手机耗电。 Hierarchy Sprite Stage Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize canvasDegree canvasRotation designHeight designWidth focus hitTestPrior mouseThrough name renderingEnabled screenAdap...
来源: Laya3.0_api 发布时间: 20231115
...Cannot read property 'btCollisionObject' of undefined 关于遍历产生的sprite的点击事件,急,大神帮看哈 IDE1.7.8 json图集加载问题 骨骼动画播放完后的回调时间 这样写的代码,Tween动画里面只有alpha有效果,scalex和scaley没有变化,怎么回事啊...
来源: Laya_社区 发布时间: 20190805
...登录? Tween如何实现无限循环改变alpha? 关于遍历产生的sprite的点击事件,急,大神帮看哈 LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 图集打包找不到图集文件 关于Laya实现Matter.js官方案例凹多边形的问题 用了第三方soc...
来源: Laya_社区 发布时间: 20191107
遮罩 模糊 var mask = new Sprite(); mask.size(79, 118) mask.pos(38.5, 59); mask.name = "mask"; mask.pivotToCenter(); mask.graphics.drawRect(-38.5, -59, 79, 118, '#000000'); var maskContainer = new Sprite(); maskContainer.size(79, 118); maskContainer.pos(38.5, 59); maskContainer.pivotToCenter(); ...
来源: Laya_社区 发布时间: 20170316