大约有 719 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0072 秒)
Laya_社区(625) Laya2.0_文档(43) Laya3.0_文档(24) Laya2.0_api(12) laya_api(7) Laya3.0_api(4) Laya2.0_示例(2) Laya_示例(2)
...pe", "text/javascript"); // new_element1.setAttribute("src", jsPAth); //LayaNative不支持 new_element1.src = jsPAth document.body.appendChild(new_element1);//添加到body节点的末尾 new_element1.onload = fun } 熊猫大侠 • 2018-06-11 11:57 @cwugs:谢谢诶 我研...
来源: Laya_社区 发布时间: 20180608
...url": "http://localhost:18091", "webRoot": "${workspaceFolder}/src", "sourceMapPathOverrides": { "webpack:///src/*": "${webRoot}/*" } }, { "name": "attach to Chrome", "request": "attach", "type": "c...
来源: Laya_社区 发布时间: 20230213
...教程https://ldc.layabox.com/doc/?nav=zh-as-1-0-3走的流程1. 在目录src下新建文件HelloWorld.as代码如下package { import laya.display.Text; /** * ... * @author */ public class HelloWorld{ public function HelloWorld(){ //创建舞台 Laya.init(600, 300);//舞台默认背景色是黑色...
来源: Laya_社区 发布时间: 20180914
...18 13:34:09.388180+0800 test1[6479:65578] curl_easy_perform failed, code=6 src=http://stand.alone.version/index.js 2019-06-18 13:34:09.388455+0800 test1[6479:65578] Downloaded http://stand.alone.version/index.js@ s=0 l=0 2019-06-18 13:34:09.408234+0800 test1[6479:65523] >>>JCConchRender::cl...
来源: Laya_社区 发布时间: 20190618
...</head> <body> </body> <script type="text/javascript" src="js/jquery-3.1.1.min.js" ></script> <script type="text/javascript" src="js/socket.io.js"></script> <script> $(function(){ var socket = io.connect('10.10.1.103:8888'); socket.on('connect', functi...
来源: Laya_社区 发布时间: 20180509
...Material blendDst : int 获取混合目标。 PixelLineMaterial blendSrc : int 获取混合源。 PixelLineMaterial color : Vector4 获取颜色。 PixelLineMaterial cull : int 获取剔除方式。 PixelLineMaterial depthTest : int 获取深度测试方式。 PixelLineMaterial dep...
来源: Laya2.0_api 发布时间: 20190513
... at new GameInfo (file:///C:/Users/Kevin/Desktop/test/AirWar/AirWar09/src/GameInfo.js:12:22) at onLoaded (file:///C:/Users/Kevin/Desktop/test/AirWar/AirWar09/src/Game.js:44:25) at EventHandler.__proto.runWith (file:///C:/Users/Kevin/Desktop/test/AirWar/AirWar09/bin/libs/laya.core.js...
来源: Laya_社区 发布时间: 20171118
...PBRMaterial SHADERDEFINE_USE_GROUNDTRUTH : int = 0[static] PBRMaterial srcBlend : int源混合参数,在blend为BLEND_ENABLE_ALL时生效。BaseMaterial srcBlendAlpha : intAlpha源混合参数,在blend为BLEND_ENABLE_SEPERATE时生效。BaseMaterial srcBlendRGB : intRGB源混合参数,在blend...
来源: laya_api 发布时间: 20170929
...ata], {type: 'image/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99999 document.body.appendChild(img); ``` 怎么运行呢?打开谷歌浏览器,随便打开你一个空白网页,F12,把上面的代码粘贴到控制台...
来源: Laya2.0_文档 发布时间: 20210715
...ttp-equiv='expires' content='0'/> </head> <body> <script src="laya.core.js"></script> <script src="laya.webgl.js"></script> </body> </html> <script> "use strict"; var test = {}; test.text = new laya.display.Text(); // in this line is error , s...
来源: Laya_社区 发布时间: 20170302