大约有 1,134 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0131 秒)
...d3/utils/Utils3D.as' severity: '错误' message: 'java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer at org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer.reduce_lookup_switchStmt(ABCGeneratingReducer.java:5737) at org.apache.flex.compiler...
来源: Laya_社区 发布时间: 20171009
...一个简单的场景 如果我旋转图中 方框指示的sprite3d的rotation,会导致子物体TargetGuard的transform.position不正确,好像子节点属于的坐标系变动了? 比如说,绳子不旋转的时候,我在代码中动下面圆盘的transform.positionthis.block = s.get...
来源: Laya_社区 发布时间: 20171228
...音等) [size=14][code]// Use ZIP when loading files // Note By convention, only resource files in the level-1 directory are loaded Laya.loader.create([{ url: "xx.zip", type:"ZIP"}]) [/size][/code] 如果只需要加载zip包中的部分资源,或者资源路径在多级目录下。可以在cons...
来源: Laya_社区 发布时间: 20211227
...要计算之后动态更改 --> <div id="div1" style="position:absolute;left:0px;top:0px"><canvas id="canvas"></canvas></div> <script type="text/javascript"> /////////////////////////////////////////////////////////////////////////////...
来源: Laya_社区 发布时间: 20200604
...34 × 750 。 1.2 缩放因子与逻辑分辨率 1.2.1 缩放因子 起源 iOS绘制图形是以 point (pt)为单位,在早期的时候1 point=1 pixel。在2010年推出的iPhone4 开始采用 Retina(视网膜) 屏幕显示技术 ,物理分辨率提升了4倍,此时,如果iPhone4 还是1...
来源: Laya3.0_文档 发布时间: 20240910
... 目前,共有十二种平台可以选择,分别为:Web、Android、iOS、Windows、抖音小游戏、OPPO小游戏、VIVO小游戏、微信小游戏、小米快游戏、支付宝小游戏、淘宝、鸿蒙NEXT。如图2-2所示,选择对应平台后,点击构建即可。 (图2-2) Web ...
来源: Laya3.0_文档 发布时间: 20250103
... QZONE 微信 wwyybb1 赞同来自: 你好。请问你的棋牌微信h5的ios声音问题解决方案是什么。 2017-10-30 0 0 分享 微博 QZONE 微信 jweilan 赞同来自: 你好,请问你使用的是什么框架? 2017-11-07 0 1 分享 微博 QZONE 微信 司马 赞同来自: 能发份给...
来源: Laya_社区 发布时间: 20170609
..."); Laya.stage.addChild(sp);4、实现超链接 示例如下:public function HtmlDemo() { var div:HTMLDivElement=new HTMLDivElement(); div.innerHTML="<span href='http://ask.layabox.com/'>LayaBox欢迎你的加入!</span>"; div.on(Event.LINK,this,onLink); Laya.stage.addChild(div); } p...
来源: Laya_社区 发布时间: 20161027
...im 2下载SDK https://www.youme.im/download.php 开发工具:Android Studio 2.3.3(WIN版本) 开发环境:WIN7 接下来LAYABOX构建APP项目 然后Android Studio导入我们刚刚构建好的项目 接下来 把我们刚刚下载好的游密的SDK导入到 (复制粘贴都会吧) 复制...
来源: Laya_社区 发布时间: 20170722
...; Laya.loader.create("res/3d/baseman01.lh", Laya.Handler.create(this, function(){ var scene3d=new Laya.Scene3D(); that.owner.addChild(scene); var model=Laya.loader.getRes(window.getPath("res/3d/baseman01.lh")); var player=model.clone(); scene3d.addChild(player); })); 然后用android扫...
来源: Laya_社区 发布时间: 20190725