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

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

651. 使用laya的unity插件2.4.0导出预设总是报错。2.3.0是没问题的 [ 61%]

...744ee59b72>:0) LayaAir3D.exportResource (System.Boolean isDebug, System.Int32 Platformindex, System.String lastname) (at <4c85cf47277b4445acd70e744ee59b72>:0) LayaAir3D.ExportResources () (at <4c85cf47277b4445acd70e744ee59b72>:0) LayaAir3D.OnGUI () (at <4c85cf47277b4445acd70e744ee5...

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

652. Sprite-容器 [ 61%]

...eateApes():void { // 每只猩猩距离中心点150像素 var layoutRadius:int = 150; var radianUnit:Number = Math.PI / 2; apesCtn = new Sprite(); Laya.stage.addChild(apesCtn); // 添加4张猩猩图片 for (var i:int = 0; i < 4; i++ ) { var ape:Sprite = new Sprite(); ape.loadImage("../../res/apes/m...

来源: Laya2.0_示例 发布时间: 20241125

653. Sprite-容器 [ 61%]

...eateApes():void { // 每只猩猩距离中心点150像素 var layoutRadius:int = 150; var radianUnit:Number = Math.PI / 2; apesCtn = new Sprite(); Laya.stage.addChild(apesCtn); // 添加4张猩猩图片 for (var i:int = 0; i < 4; i++ ) { var ape:Sprite = new Sprite(); ape.loadImage("../../../../res/...

来源: Laya_示例 发布时间: 20241125

654. 高级应用-寻路导航 [ 61%]

...n(); this.index = 0; this.curPathIndex = 0; this.nextPathIndex = 1; this.pointCount = 10; Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); this.path = new Array(); //预加载所有资源 var resource = [ { url: "../../res/threeDimen/sce...

来源: Laya_示例 发布时间: 20241125

655. swf转成H5资源显示超出原有范围 [ 61%]

...setWindowFullSize() : void         {             var stageW:int = 0;             var stageH:int = 0;             __JS__( 'stageW = Laya.window.innerWidth;' );             __JS__( 'stageH = Laya.window.innerHeight;' );             (stageW &gt; 0) &am...

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

656. 鼠标交互-自定义事件 [ 60%]

...a.Ease; import Tween = Laya.Tween; import WebGL = Laya.WebGL; export class Interaction_CustomEvent { public static ROTATE: string = "rotate"; private sp: Sprite; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV =...

来源: Laya_示例 发布时间: 20241125

657. 发现TimeLine的一些问题,像是BUG [ 60%]

...到200的位置 } //创建方块的函数 private function createSprite(xx:int,yy:int):Sprite { var sp:Sprite=new Sprite(); sp.graphics.drawRect(0, 0, 50, 50, "#ffffff"); sp.x=xx; sp.y=yy; Laya.stage.addChild(sp); return sp; } //添加缓动的函数 private function addTime(timeLine:TimeLine,sp:Spr...

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

658. 关于Tween类多个对象同时缓动的时候过一段时间会不同步 [ 60%]

...ivate function loadComplete2():void { Laya.stage.addChild(view); for(var i:int=1;i&lt;=7;i++) { var tempItem:ItemUi=new ItemUi() Laya.stage.addChild(tempItem); tempItem.x=i*100; tempItem.y=200; tempItem.setAnimated(true); arr.push(tempItem); // this.playAni(tempItem,new Point(0,-20),0); } }   然...

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

659. 其他引擎的Demo-Example_05 [ 60%]

... var current = 0; var objs = 17; var vx = 0; var vy = 0; var vz = 0; var points1 = []; var points2 = []; var points3 = []; var tpoint1 = []; var tpoint2 = []; var tpoint3 = []; var balls = []; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.width, Browser.height, WebGL); St...

来源: Laya_示例 发布时间: 20241125

660. 其他引擎的Demo-Example_05 [ 60%]

... var current = 0; var objs = 17; var vx = 0; var vy = 0; var vz = 0; var points1 = []; var points2 = []; var points3 = []; var tpoint1 = []; var tpoint2 = []; var tpoint3 = []; var balls = []; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.width, Browser.height, WebGL); St...

来源: Laya2.0_示例 发布时间: 20241125