大约有 3,003 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0089 秒)
Laya_社区(1068) Laya3.0_api(668) Laya2.0_api(366) laya_api(298) Laya2.0_文档(230) Laya_示例(146) Laya2.0_示例(118) Laya3.0_文档(109)
...id="layaContainer"><canvas id="layaCanvas" width="1920" height="181" class="layaCanvas" style="position: absolute; left: 0px; top: 0px; background: rgb(0, 0, 0); transform-origin: 0px 0px 0px; transform: matrix(1, 0, 0, 1, 0, 0); width: 100%; height: 100%; display: block;"></canvas>&l...
来源: Laya_社区 发布时间: 20180124
...自: package { import laya.events.Event; import laya.utils.Browser; public class ShiPei { private var fillWidth:Number=Browser.width; private var fillHeight:Number=Browser.height; public function ShiPei() { //设置初始化 Laya.init(fillWidth,fillHeight); //设置横屏显示 Laya.stage.screenMode...
来源: Laya_社区 发布时间: 20160718
API DocumentationAll Packages | All Classes | Index | Frames No Frames PixelLineSprite3DProperties | Methods | Events Packagelaya.d3.core.pixelLineClasspublic class PixelLineSprite3DInheritancePixelLineSprite3D RenderableSprite3D Sprite3D Node EventDispatcher Object PixelLineSprite3D 类...
来源: Laya2.0_api 发布时间: 20190513
....Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class Filters_Color { private ApePath: string = "../../res/apes/monkey2.png"; private apeTexture: Texture; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL);...
来源: Laya_示例 发布时间: 20260303
...o就报这个错误。 Yangcy • 2018-08-03 11:45 /** @private **/ public class MiniFileMgr{ /**@private 读取文件操作接口**/ private static var fs:* = __JS__('wx.getFileSystemManager()'); /**@private 下载文件接口**/ private static var wxdown:* = __JS__('wx.downloadFile'); 这个类库...
来源: Laya_社区 发布时间: 20180725
...有通过一个类的名字(字符串)来获取该类的方法?类似get class by name laya air as3语言的开发版本有没有 类似eval功能的api 问题状态 最新活动: 2016-12-07 17:55 浏览: 2688 关注: 4 人 15068753667 • 2016-12-07 20:17 真的用习惯了flashfirebug,如果...
来源: Laya_社区 发布时间: 20161207
...67261 赞同来自: https://layaair.ldc.layabox.com/api/?category=Core&class=laya.net.Loader 你参考下loader的api 2018-05-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 Alex 相关问题 Layabox 2.0 b...
来源: Laya_社区 发布时间: 20180518
...w.addJavascriptInterface(new JavaScriptinterface(this), "android"); public class JavaScriptinterface { Context mContext; public JavaScriptinterface(Context c) { mContext= c; } /** * 与js交互时用到的方法,在js里直接调用的 */ @JavascriptInterface public void showToast(String s...
来源: Laya_社区 发布时间: 20180222
...defined? 关于同为object层,层级设置无效的问题 Warning!,this class[MiniAdpter] already exist: Object {init: } LayaAirIDE2.2 - Laya3D init error ,must support webGL 在初始化时候使用canvas 或者WebGL 两种模式对使用引擎有什么区别? 2.5引擎版本webgl使用遮罩...
来源: Laya_社区 发布时间: 20190422
...: package { import laya.html.dom.HTMLIframeElement; public class LayaSample { public function LayaSample() { Laya.init(640,1136); var iframe = new HTMLIframeElement(); iframe.href = 'http://player.youku.com/...
来源: Laya_社区 发布时间: 20170213