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

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

301. 缓动动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 38%]

...解一下这两个方法的基础说明,如图1所示。 ![图1](img/1.png) (图1) #### 2.2 常用参数说明 `to()`和`from()`这两种方法都支持静态方法,因此我们不需要去实例化Tween类就可以使用。 通过查看图1的API说明,`to()`和`from()`它们的参数理解...

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

302. 列表组件 · LayaAir3.0文档 · LAYABOX [ 38%]

...性用来设置垂直滚动条的皮肤,从资源面板里选择vscroll.png到该属性中,会立即生成滚动条皮肤。 (图1-4) 注意:当Scroll Type为无滚动时,即使设置了滚动条皮肤,在运行时也不会有滚动效果。 设置Repeat Y为6,表示当列表项超...

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

303. 关联shader的uniform(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 37%]

...ture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/diffuse.png", Laya.Handler.create(this, function(texture) { //设置多描边材质的贴图 customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRenderer.sharedMaterial = customMaterial; //开启旋转 Laya.tim...

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

304. 关联shader的uniform(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 37%]

...ture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/diffuse.png", Laya.Handler.create(this, function(texture) { //设置多描边材质的贴图 customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRenderer.sharedMaterial = customMaterial; //开启旋转 Laya.tim...

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

305. 文本进阶使用 · LayaAir3.0文档 · LAYABOX [ 37%]

...辑好之后点击”应用“,点击后还会再创建一张BitmapFont.png图片用于预览位图字体。 (图2-7) 位图字体可以在Text、Label、TextInput、TextArea等文本组件的Font属性中被选择,并且能够调整字体大小与行间距等。下面以Text为例,演示...

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

306. 关联shader的uniform(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 36%]

...ture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/diffuse.png", Laya.Handler.create(this, function(texture) { //设置多描边材质的贴图 customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRenderer.sharedMaterial = customMaterial; //开启旋转 Laya.tim...

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

307. 3D基础显示对象 · LayaAir3.0文档 · LAYABOX [ 35%]

...erial(); //预加载纹理资源 let resource: string = "resources/layabox.png"; Laya.loader.load(resource).then(() => { //为材质加载纹理 let tex = Laya.Loader.getTexture2D(resource); //设置贴图 boxMaterial.albedoTexture = tex; }); boxRender.sharedMaterial = boxMaterial; 运行时效...

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

308. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 32%]

...ror[1]:file:///data/data/com.layabox.game/LayaCache/localstorage/logo/logo.png I/LayaBox:  require(/sdcard/layabox/scripts/config.js) I/LayaBox: found the file in the package:scripts/config.js I/LayaBox:  xhr.GET url=http://stand.alone.version/index.html I/LayaBox: found the file in the package:ca...

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

309. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 29%]

...换格式的原始纹理类型                          Non-PNG|JPG       非png| jpg 格式贴图,现在支持 tga,psd,gif,tif,bmp,exr格式                          PNG                      原始场景中所用png格式资源             ...

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

310. laya.d3.core.scene.VRScene [ 23%]

...as.getCanvas();//获取原生的canvas对象 trace(canvas.toDataURL("image/png"));//打印图片base64信息,可以发给服务器或者保存为图片 Sprite event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Array = nu...

来源: laya_api 发布时间: 20170422