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

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

1371. 鼠标交互-自定义事件 [ 77%]

...ublic static const ROTATE:String = "rotate"; private var sp:Sprite; public function Interaction_CustomEvent():void { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; ...

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

1372. 文本-字符限制 [ 77%]

...tils.Browser; import laya.webgl.WebGL; public class Text_Restrict { public function Text_Restrict() { // 不支持WebGL时自动切换至Canvas Laya.init(550, 300, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya...

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

1373. 分享:SWF LABEL标签的使用! [ 77%]

....events.Event; public class SwfLabelUse { private var mc:MovieClip; public function SwfLabelUse() { Laya.init(600,600); Laya.stage.bgColor="#EEFFCC"; mc=new MovieClip(); mc.load("output/AAA.swf"); mc.on(Event.LOADED,this,onLoaded); Laya.stage.addChild(mc); } private function onLoaded():void { mc.add...

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

1374. 物理引擎,我按照官方例子做的,不知道那里写错了,总是报这个错,大神帮我看下 [ 77%]

...aRender; private var mouseConstraint:*; private var engine:*; /***/ public function Retitution() { super(); this.width = stageWidth; this.height = stageHeight; setup(); } private function setup():void { initMatter(); initWorld(); Laya.stage.on("resize",this,onResize); } private function initMatter()...

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

1375. 怎么实现同一个工程内分包? [ 77%]

...s.Event; import login.LoginView; public class Main extends Sprite { public function Main():void { if (stage) init(); else addEventListener(Event.ADDED_TO_STAGE, init); } private function init(e:Event = null):void { removeEventListener(Event.ADDED_TO_STAGE, init); this.stage.scaleMode = StageScaleMod...

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

1376. 请问如何释放atlas和他的png资源 [ 77%]

...疼 得不到名字啊! 请问这个有什么规律吗 坐等! private function clickFun():void { url = "res/CH/atlas/MORNUI_Z_Gongneng.atlas"; Laya.loader.load(url,new Handler(this,hh)); //trace( Laya.loader.getRes(url) ); } private function hh():void { Laya.stage.addChild(new Image("MORNUI_Z_G...

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

1377. 2D物理-桥 [ 77%]

...x: velocityX * 3, y: velocityY * 3 }; Laya.Laya.timer.frameOnce(120, this, function () { newBall.destroy(); }); }); let label = this.label = Laya.Laya.stage.addChild(new Laya.Label("单击屏幕产生新的小球刚体,击向bridge的随机位置")); label.top = 20; label.right = 20; label.fontSiz...

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

1378. image.drawToCanvas方法获取的一直是空的png [ 77%]

...laya.webgl.WebGL; public class LayaAirDemo { private var img:Image; public function LayaAirDemo() { Laya.init(800, 600, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.loader.load...

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

1379. 网页调试崩溃了 [ 77%]

...am {constructor: , Symbol(Symbol.toStringTag): "WebGLProgram"} constructor:function WebGLProgram() { … } [[Scopes]]:Scopes[0] arguments:null caller:null length:0 name:"WebGLProgram" prototype:WebGLProgram {constructor: , Symbol(Symbol.toStringTag): "WebGLProgram"} constructor:function WebGLProgram...

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

1380. laya.d3.renderobjs.nativeobj.NativeTransform3D_API3.0 [ 77%]

...alue isLocal: boolean = false Returns void off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Overrides EventDispatcher.off Defined in laya/d3/RenderObjs/NativeOBJ/NativeTransform3D.ts:559 Parameters type: str...

来源: Laya3.0_api 发布时间: 20231115