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

大约有 1,852 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0058 秒)

231. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 85%]

....valign = "middle"; // div.style.fontFamily = "Microsoft YaHei"; div.style.width = 200; div.style.color = "#black"; for(let i=0; i<FaceView.faceArray.length; i++) { txt = txt.replace(FaceView.repl,'<img src="res/face/face'+i+'.png" style="width:36px;height:36px;position:relative;top:30px;">...

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

232. matter.jsr Render下可以移动视图窗口 用LayaRender则没反应 [ 85%]

...s = render.canvas; var context = render.context; var world = {minX: -globalWidth, maxX: globalWidth, minY: -globalHeight, maxY: globalWidth}; context.setTransform(1,0,0,1,0,0); context.clearRect(0, 0, canvas.width, canvas.height); //Clamp the camera position to the world bounds while centering the c...

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

233. Clip属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 85%]

...lipX、竖向分隔数量 clipY,或横向分割每个切片的宽度 clipWidth、竖向分割每个切片的高度 clipHeight,从左向右,从上到下,分割组合为一个切片动画。 ​ Clip 组件可以用来播放切片动画,和显示切片动画的某一帧图片。 ​ 点击...

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

234. Sprite-切换纹理 [ 85%]

...tion() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = "showall"; Laya.stage.bgColor = "#232628"; Laya.loader.load([texture1, texture2], Han...

来源: Laya_示例 发布时间: 20241117

235. CommandBuffer使用文档(TypeScript-3D基础(TS)-LayaAir3D之高级应用) [ 85%]

...的RenderTexture var renderTexture = RenderTexture.createFromPool(viewPort.width,viewPort.height,RenderTextureFormat.R8G8B8,RenderTextureDepthFormat.DEPTHSTENCIL_NONE); this.texture = renderTexture; //将当前渲染的结果拷贝到创建好的RenderTexture buf.blitScreenTriangle(null,renderTextur...

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

236. laya.d3.math.Viewport [ 85%]

...h : Number最大深度Viewport  minDepth : Number最小深度Viewport  width : Number宽度Viewport  x : NumberX轴坐标Viewport  y : NumberY轴坐标ViewportPublic Methods  MethodDefined By  Viewport(x:Number, y:Number, width:Number, height:Number) 创建一个 Viewport 实例。 Viewpo...

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

237. Sprite-轴心点 [ 85%]

...a.Stage; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.createApes(); } createApes(...

来源: Laya2.0_示例 发布时间: 20241117

238. 位图切片组件 · LayaAir3.0文档 · LAYABOX [ 85%]

...lipX、竖向分隔数量 ClipY,或横向分割每个切片的宽度 ClipWidth、竖向分割每个切片的高度 ClipHeight,从左向右,从上到下,分割组合为一个切片动画。Clip 的脚本接口参考Clip API。 一、通过LayaAir IDE创建Clip组件 1.1 创建Clip 如图1-1...

来源: Laya3.0_文档 发布时间: 20241014

239. dialog设置缩放问题 [ 85%]

...og.scale(dialog.scaleH, dialog.scaleH); dialog.x = Math.round(((Laya.stage.width - dialog.width * dialog.scaleH) >> 1) + dialog.pivotX);  dialog.y = Math.round(((Laya.stage.height - dialog.height * dialog.scaleH) >> 1) + dialog.pivotY);   希望官方能优化一下!!感谢 2018-11...

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

240. laya.html.HtmlImage_API3.0 [ 85%]

...ect Index Constructors constructor Properties obj Accessors element height width Methods create destroy pos release Constructors constructor new HtmlImage(): HtmlImage Defined in laya/html/HtmlImage.ts:12 Returns HtmlImage Properties Readonly obj obj: Sprite Defined in laya/html/HtmlImage.ts:9 Acces...

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