大约有 571 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0064 秒)
...star.png"; constructor() { // Laya.init(800, 600); // Laya.loader.load([{"url":"res/swf/star.swf","type":Laya.Loader.BUFFER}],Laya.Handler.create(this,this.onloadswf)); let loader:Laya.Loader = new Laya.Loader(); let context:Laya.Context = new Laya.Context(); ...
来源: Laya_社区 发布时间: 20180203
...pportedFrameRates Methods destroy endXRRenderLoop event exitXR hasListener initializeAsync initializeSessionAsync initializeXRGL isSessionSupportedAsync off offAll offAllCaller on once resetReferenceSpace runXRRenderLoop setReferenceSpaceTypeAsync updateRenderStateAsync updateTargetFrameRate Propert...
来源: Laya3.0_api 发布时间: 20231115
...ya.Socket; private byte: Laya.Byte; constructor() { //初始化引擎 Laya.init(600, 400, Laya.WebGL); this.byte = new Laya.Byte(); //这里我们采用小端 this.byte.endian = Laya.Byte.LITTLE_ENDIAN; this.socket = new Laya.Socket(); //这里我们采用小端 this.socket.endian = Laya.Byte.LITTLE...
来源: Laya_社区 发布时间: 20171129
... laya.webgl.WebGL; public class TTFTest { public function TTFTest() { Laya.init(550,400); var sp:Image=new Image(); sp.loadImage("2.png"); Laya.stage.addChild(sp); var text:Text=new Text(); text.fontSize=40; text.color="#FF00FF"; text.text="哈哈哈哈哈哈哈哈哈哈哈哈哈哈"; text.font="hu"...
来源: Laya_社区 发布时间: 20160514
... at com.miui.analytics.internal.util.f.<clinit>(SourceFile:52) at com.miui.analytics.internal.collection.d$1.run(SourceFile:9...
来源: Laya_社区 发布时间: 20171214
...以拥有不同的播放速度了!/** * 角色创建 */ public function init(interval,type:String,hp:Number,speed:Number,hitRadius:Number,camp:Number,heroType:Number = 0):void { //初始化属性 this.type = type; this.hp = hp; this.speed = speed; this.hitRadius = hitRadius; this.camp = camp; this...
来源: Laya_社区 发布时间: 20170420
.../? E/0: ==============Java流程 没有第三方平台直接调用 PlatformInitOK 03-19 15:01:04.986 15556-15556/? E/0: ==============Java流程 InitMainCanvas() 03-19 15:01:04.986 15556-15556/? E/LayaConch5: plugin-----------------EngineStart() = /data/data/com.layabox.conch5//LayaCache/localstorag...
来源: Laya_社区 发布时间: 20180319
...AR_$_conchConfig.m_sGameID", referenced from: -[MarketAppStore LP_Init] in MarketAppStore.o "_OBJC_IVAR_$_conchConfig.m_sPlatformClassName", referenced from: -[MarketAppStore getMarketName] in MarketAppStore.o ld: symbol(s) not found for architecture x86_64 clang: error: linker ...
来源: Laya_社区 发布时间: 20161229
...TypeScript三种开发语言、LayaAirIDE让项目开发更高效。Laya3D.init(0, 0, true); this._position = new Laya.Vector3(0, 0, 0); this._upVector3 = new Laya.Vector3(0, 1, 0); this._tarPosition = new Laya.Vector3(0, 0, 0); this._finalPosition = new Laya.Vector3(0, 0, 0); this._quaternion = new...
来源: Laya_示例 发布时间: 20260303
...配置好环境),配置好参数后,点击打包,一直显示“0% init”状态。 但是看对应输出目录下,过一会会生成game.apk文件。但是IDE界面里这个状态一直不变。 (2)在模拟器或是手机上安装此game.apk文件,启动后出来layabox的启动画...
来源: Laya_社区 发布时间: 20160920