大约有 315 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0056 秒)
...解一下这两个方法的基础说明,如图1所示。 ![图1](img/1.png) (图1) #### 2.2 常用参数说明 `to()`和`from()`这两种方法都支持静态方法,因此我们不需要去实例化Tween类就可以使用。 通过查看图1的API说明,`to()`和`from()`它们的参数理解...
来源: Laya2.0_文档 发布时间: 20210715
...性用来设置垂直滚动条的皮肤,从资源面板里选择vscroll.png到该属性中,会立即生成滚动条皮肤。 (图1-4) 注意:当Scroll Type为无滚动时,即使设置了滚动条皮肤,在运行时也不会有滚动效果。 设置Repeat Y为6,表示当列表项超...
来源: Laya3.0_文档 发布时间: 20241014
...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
...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
...辑好之后点击”应用“,点击后还会再创建一张BitmapFont.png图片用于预览位图字体。 (图2-7) 位图字体可以在Text、Label、TextInput、TextArea等文本组件的Font属性中被选择,并且能够调整字体大小与行间距等。下面以Text为例,演示...
来源: Laya3.0_文档 发布时间: 20241014
...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
...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
...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
...换格式的原始纹理类型 Non-PNG|JPG 非png| jpg 格式贴图,现在支持 tga,psd,gif,tif,bmp,exr格式 PNG 原始场景中所用png格式资源 ...
来源: Laya_社区 发布时间: 20170428
...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