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

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

291. laya 2.4.0 导出xcode工程 真机调试报错 [ 70%]

...调试报错:p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; color: #000000; background-color: #ffffff} libc++abi.dylib: terminating with uncaught exception of type NSException   手机型号是 iPhone 6   附件 : --> 2020-02-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

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

292. 屏幕适配的缩放模式详解(TypeScript-2D基础篇(TS)-屏幕适配) [ 70%]

...odes;         //设置舞台背景色         Laya.stage.bgColor  = "#ffff99";             //实例一个背景         var bg = new Image();         bg.skin = "res/img/loadingBg.jpg";         Laya.stage.addChild(bg);             //...

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

293. laya.utils.Utils [ 70%]

...Angle(radian:Number):Number[static] 弧度转换为角度。 Utils  toHexColor(color:Number):String[static] 将传入的 uint 类型颜色值转换为字符串型颜色值。 Utils  toRadian(angle:Number):Number[static] 角度转弧度。 UtilsProperty DetailparseXMLFromStringpropertypublic stat...

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

294. 缓动动画(TypeScript-LayaAir基础篇(TS)-动画基础) [ 70%]

...始化舞台 Laya.init(1334,750,Laya.WebGL); //背景颜色 Laya.stage.bgColor = "#1b2436"; //创建缓动文本 this.createTween(); } //创建缓动文本 private createTween():void{ //"LayaBox字符串总宽度" var w:number = 800; //文本创建的起始位置(>>在此使用右移运算符,相...

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

295. laya.d3.core.material.SkyBoxMaterial_API3.0 [ 70%]

...ADDTIVEFOG SHADERDEFINE_ALPHATEST SHADERDEFINE_MAINTEXTURE TEXTURECUBE TINTCOLOR defaultMaterial Accessors MaterialDefine MaterialProperty _defineDatas alphaTest alphaTestValue blend blendDst blendDstAlpha blendDstRGB blendEquation blendEquationAlpha blendEquationRGB blendSrc blendSrcAlpha blendSrcR...

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

296. 更改innerHTML字体大小失败 [ 70%]

...agVo.attr[i]; if(vo.attValue==0) continue; attrStr+="<font size='99999' color='#b031d5'>"+AttrNameCode.toName(vo.attType)+"</font> "+vo.attValue+"<br>"; } describe.innerHTML=attrStr; trace(attrStr) } 2017-10-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

297. laya.d3.core.material.SkyPanoramicMaterial_API3.0 [ 70%]

...ERDEFINE_ALPHATEST SHADERDEFINE_MAINTEXTURE TEXTURE TEXTURE_HDR_PARAMS TINTCOLOR Accessors MaterialDefine MaterialProperty _defineDatas alphaTest alphaTestValue blend blendDst blendDstAlpha blendDstRGB blendEquation blendEquationAlpha blendEquationRGB blendSrc blendSrcAlpha blendSrcRGB cpuMemory cul...

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

298. 文本在屏幕不垂直居中 [ 70%]

...nction GameMain(){ var tx= new Laya.Text(); tx.text='这是一个demo'; tx.color='#ffffff'; tx.fontSize="20"; tx.pos(Laya.stage.width /2 ,Laya.stage.height /2); tx.pivot(tx.width /2 ,tx.height / 2); tx.align="center"; tx.valign="middle"; Laya.stage.addChild(tx); } })()   2017-11-15 添加评论 免...

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

299. 输入设备-摇一摇 [ 70%]

...age.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.showShakePic(); this.showConsoleText(); this.startShake(); } showShakePic() { const Sprite = Laya.Sprite; let shakePic = new Sprite(); shakePic.loadImage("res/inputDevice/shake.png"); Laya.stage.addChi...

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

300. 添加Include(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 70%]

...ng.glsl"; import PBRUtilsGLSL from "./files/PBRLibs/PBRUtils.glsl"; import ColorsGLSL from "./files/postProcess/Colors.glsl"; import ShadowHelperGLSL from "./files/ShadowHelper.glsl"; import SamplingGLSL from "./files/postProcess/Sampling.glsl"; import StdLibGLSL from "./files/postProcess/StdLib.gls...

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