大约有 4,338 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0085 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(25)
...更换声音文件失败 在wxmini中关于声音的管理 __proto.load = function (url) { url = URL.formatURL(url); this.url = url; this.readyUrl = url; if (MiniSound._audioCache[this.readyUrl]) { ...
来源: Laya_社区 发布时间: 20180503
...动,你需要手动去改变新添加精灵的位置,像这样 private function createMap():void { tiledMap = new TiledMap(); tiledMap.createMap("tiledMap/orthogonal-test-movelayer.json", new Rectangle(0, 0, Laya.stage.width, Laya.stage.height), Handler.create(this,onLoadedMap)); } pri...
来源: Laya_社区 发布时间: 20170525
...rt laya.ui.Clip; public class Clip_Example { private var clip:Clip; public function Clip_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { clip = new Clip("resource/ui/clip_num.pn...
来源: Laya3.0_api 发布时间: 20231115
...跟踪代码,发现laya.ui.js里代码如下: View.getCompInstance=function(json){ var runtime=json.props ? json.props.runtime :""; var compClass=runtime ? (View.viewClassMap[runtime] || Laya["__classmap"][runtime]):View.uiClassMap[json.type]; return compClass ? new c...
来源: Laya_社区 发布时间: 20160913
...序 但是分享功能加不进去 网上都说 Page({ onShareAppMessage: function () { } }) 这样就行了 但是我这边提示 Page is not defined ReferenceError: Page is not defined 我要是单独写 onShareAppMessage: function () { } 他就提示 onShareAppMessage is not defined 2018-04-11 ...
来源: Laya_社区 发布时间: 20180411
... year: (new Date()).getFullYear() },null,function(message){ let wx = Laya.Browser.window.wx; let openDataContext = wx.getOpenDataContext(); var rankTexture:Laya.Texture = new Laya.Texture(Laya....
来源: Laya_社区 发布时间: 20180529
...或者读取时出现乱码 在laya.bkadpter.js的 var LocalStorageAdpt=(function(){ function LocalStorageAdpt(){} __class(LocalStorageAdpt,'BKLaya.adptcodes.LocalStorageAdpt'); LocalStorageAdpt._readData=function(){ if (!BK.FileUtil.isFileExist(LocalStorageAdpt.dataPath)){ return null; } try{ var d...
来源: Laya_社区 发布时间: 20181030
...ColliderShapeConstructor DetailStaticPlaneColliderShape()Constructorpublic function StaticPlaneColliderShape(normal:Vector3, offset:Number) 创建一个新的 StaticPlaneColliderShape 实例。 Parameters normal:Vector3 offset:NumberMethod Detailclone()methodoverride public function clone():* 克...
来源: Laya2.0_api 发布时间: 20190513
...。 Static getItemByCreateFun getItemByCreateFun(sign: string, createFun: Function, caller?: any): any Defined in laya/utils/Pool.ts:99 根据传入的对象类型标识字符,获取对象池中此类型标识的一个对象实例。 当对象池中无此类型标识的对象时,则使用传入...
来源: Laya3.0_api 发布时间: 20231115
... */ public static var parseXMLFromString:Function = function(value:String):XmlDom { var rst:*; value = value.replace(/>\s+</g, '><'); __JS__("rst=(new DOMParser()).parseFromString(val...
来源: Laya_社区 发布时间: 20180126