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

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

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

... Clip = Laya.Clip; var Image = Laya.Image; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var buttonSkin = "res/ui/button-7.png"; var clipSkin = "res/ui/num0-9.png"; var bgSkin = "res/ui/coutDown.png"; var counter, currFrame, controller; (function() { // 不支持WebGL时自动切换至Canvas L...

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

532. ios14系统下 blendMode='lighter' 图片异常 [ 78%]

...方法:  如果是源码版是BlendMode.ts 找到 static BlendAdd(gl: WebGLRenderingContext): void { WebGLContext.setBlendFunc(gl, gl.ONE, gl.DST_ALPHA,true); } 替换为: static BlendAdd(gl: WebGLRenderingContext): void { WebGLContext.setBlendFunc(gl, gl.ONE, gl.ONE,true); }      非源码...

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

533. 关于graphics.drawPath手机端和PC端不一致的问题 [ 78%]

...dule laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import WebGL = Laya.WebGL; import Event = Laya.Event; export class Sprite_DrawShapes { private sp: Sprite; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(740, 400, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE;...

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

534. 1.70beta Dialog增加动画后第二次执行popup不显示弹窗 [ 78%]

...log = Laya.Dialog; var Image = Laya.Image; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var DIALOG_WIDTH = 220; var DIALOG_HEIGHT = 275; var CLOSE_BTN_WIDTH = 43; var CLOSE_BTN_PADDING = 5; var assets; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.st...

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

535. 使用对象池重复使用skeleton报错,请问有解决方案吗?谢谢 [ 78%]

...hilds (laya.core.js:6194)     at RenderSprite3D.__proto._transform (laya.webgl.js:6730)     at Character.__proto.render (laya.core.js:15656)     at RenderSprite3D.__proto._childs (laya.core.js:6194)     at RenderSprite3D.__proto._graphics (laya.core.js:6125)     at Owner.__proto.render (la...

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

536. mac 下翻译出来的顺序问题 [ 78%]

mac 下翻译出来的顺序问题 //class laya.webgl.canvas.save.SaveBase var SaveBase=(function(){ function SaveBase(){ //this._valueName=null; //this._value=null; //this._dataObj=null; //this._newSubmit=false; } __class(SaveBase,'laya.webgl.canvas.save.SaveBase'); var __proto=SaveBase.prototype;...

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

537. JCHtml5Context::drawImage get image error [ 77%]

...target Image和Sprite在应用上的区别 Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 IDE不能运行调试提示:Chrome error: Error:... EffectAnimation 可以将对象指定到Image,并用程式控制播放吗...

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

538. FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory [ 77%]

...ror: asBitmap no size! retry to load问题 Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 IDE不能运行调试提示:Chrome error: Error:... 创建的actionscript项目,但是新建模版文件的时候是javaScript...

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

539. 分享:Dragonbones/Spine的换肤操作 [ 77%]

...ine支持全局换肤      2、使用到IK和网格的动画需要开启WebGL,否则可能会出现皮肤丢失的情况      3、Dragonbones与spine的接口是一样的,除第一种情况外,下面的示例通用于Dragonbones和spine   下面我们就一个个来看下如何使用换...

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

540. 怎么对graphics画出来的图片进行鼠标点击拖动??? [ 77%]

...ture; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class Interaction_Drag { private ApePath: string = "../laya/monkey2.png"; private ape: Sprite; private dragRegion: Rectangle; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Brow...

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