大约有 1,054 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0043 秒)
Laya_社区(387) Laya2.0_api(241) laya_api(189) Laya2.0_文档(81) Laya_示例(65) Laya2.0_示例(51) Laya3.0_api(32) Laya3.0_文档(8)
...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
...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
...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
...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
...setWindowFullSize() : void { var stageW:int = 0; var stageH:int = 0; __JS__( 'stageW = Laya.window.innerWidth;' ); __JS__( 'stageH = Laya.window.innerHeight;' ); (stageW > 0) &am...
来源: Laya_社区 发布时间: 20170317
...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
...到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
...ivate function loadComplete2():void { Laya.stage.addChild(view); for(var i:int=1;i<=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
... 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
... 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