大约有 670 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0047 秒)
Laya3.0_api(269) Laya_社区(228) Laya2.0_api(93) laya_api(49) Laya2.0_文档(19) Laya3.0_文档(10) Laya2.0_示例(1) Laya_示例(1)
...tWindow().requestFeature(Window.FEATURE_NO_TITLE); getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); mProxy = new RuntimeProxy(this); mPlugin = new GameEngine(this); mPlugin.game...
来源: Laya_社区 发布时间: 20170517
...tPath Accessors awaked destroyed enabled hideFlags id Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onCollisionEnter onCollisionExit onCollisionStay onDestroy onDisable onEnable onJointBreak onKeyDown onKeyPress onKeyUp onLateUpdate onMouseClick onMouseDoubleClick onMouseDown onM...
来源: Laya3.0_api 发布时间: 20231115
...过,修改 typescript({ check: true, //Set to false to avoid doing any diagnostic checks on the code tsconfigOverride:{compilerOptions:{removeComments: true}} }),如果有 async(){ await xxxx }会报这个错...
来源: Laya_社区 发布时间: 20191017
...IDisposeSubclasses AnimationTemplet, BaseMaterial, BaseMesh, BaseShader, BaseTexture, Buffer, Sky, TerrainHeightData, TerrainRes Resource 资源存取类。 Public Properties PropertyDefined By disposed : Boolean[read-only] 是否已处理。 Resource id : int[read-only] 获取唯一标识ID(...
来源: laya_api 发布时间: 20170422
...建就会报错。 Laya.loader.load("xxx.part", Laya.Handler.create(this, (settings: Laya.ParticleSetting) => { let particle = new Laya.Particle2D(settings); }), null, Laya.Loader.JSON); 附件 : --> 2019-08-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20190813
...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...
来源: Laya2.0_api 发布时间: 20190513
...ntation public function get volume():Number public function set volume(value:Number):voidMethod Detail__runComplete()method protected function __runComplete(handler:Handler):void private Parameters handler:Handlerpause()method public function pause():void 暂停播放。 play()metho...
来源: Laya2.0_api 发布时间: 20190513
微信飞机大战报错 调用堆栈:"Cannot set property 'text' of undefined" 调试控制台输出:Error processing "evaluate": TypeError: Cannot read property 'api' of undefined at ChromeConnection.get api [as api] (d:\Program\LayaAirIDE_1.7.0\resources\app\extensions\laya-debug\node_mo...
来源: Laya_社区 发布时间: 20170416
...ya.ui.List; export class ListDataSourceMediator { constructor() { } public setUp():void { var list: List = new List(); // 渲染的item list.itemRender = ListDataSourceItem; // 设置行列显示的item个数 list.repeatX = 1; list.repeatY = 4; // list居中显示 list.x = (Laya.stage.width - ListDa...
来源: Laya_社区 发布时间: 20180410
...sole.log("logo is onclicked"); //超链接 onLink(href); }); //设置 this.setting.on(Laya.Event.CLICK,null,function(){ console.log("setting is onclicked"); }); //链接地址 function onLink(data) { // TODO Auto Generated method stub Laya.Browser.window.location.href=data; } } //绑定父类 L...
来源: Laya_社区 发布时间: 20180810