大约有 416 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0042 秒)
Laya_社区(176) Laya3.0_api(92) Laya2.0_api(50) laya_api(38) Laya2.0_文档(25) Laya3.0_文档(18) Laya2.0_示例(11) Laya_示例(6)
...之后才出现的问题.05-16 15:59:48.652 7562-7562/? D/dalvikvm: Late-enabling CheckJNI 05-16 15:59:48.736 7562-7562/com.dihong.testdcc D/dalvikvm: GetMethodID: not returning static method Landroid/os/Process;.getTotalMemory ()J 05-16 15:59:48.736 7562-7562/com.dihong.testdcc D/dalvikvm: GetMetho...
来源: Laya_社区 发布时间: 20190516
...tly, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method_exchangeImplementations(), and running remote...
来源: Laya_社区 发布时间: 20171221
...Forces Noise Collision Triggers Sub Emitters Texture Sheet Animation -> Enabled UV Channels -> Nothing, Everything, UV1, UV2, UV3 Lights Trails 2016-12-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 9 个回复 cuixu...
来源: Laya_社区 发布时间: 20161219
...件名重复了 也会出现同样的错误 7.”Build Settings”->”Enable Bitcode”设置为NO ,因为有些SDK不支持Bitcode 8.可能在引用的时候 可能写的是#import "XXXXX.m" ,如果是改为#import "XXXXX.h" 9.可能你导入的SDK只能在真机下才...
来源: Laya_社区 发布时间: 20190508
...ate var mLabelSprite:Sprite; public function Skeleton_SpineEvent() { WebGL.enable(); Laya.init(Browser.width, Browser.height); Laya.stage.bgColor = "#ffffff"; Stat.show(); mLabelSprite = new Sprite(); startFun(); } public function startFun():void { mAniPath = "../../../../res/spine/spineRes6/alien.s...
来源: Laya_示例 发布时间: 20251209
...ate var mLabelSprite:Sprite; public function Skeleton_SpineEvent() { WebGL.enable(); Laya.init(Browser.width, Browser.height); Laya.stage.bgColor = "#ffffff"; Stat.show(); mLabelSprite = new Sprite(); startFun(); } public function startFun():void { mAniPath = "../../res/spine/spineRes6/alien.sk"; mF...
来源: Laya2.0_示例 发布时间: 20251209
...0到200的缓动变化。点击创建实例后显示下图: (图2-4) Enabled 是否使用动画效果。 Ease Type 时间/速度曲线。 Duration 整个缓动过程持续的时间。单位毫秒。 Delay 控制器页面切换后,延迟一定时间再开始缓动。单位毫秒。 在Gear界...
来源: Laya3.0_文档 发布时间: 20251010
..._BACK); this._shaderValues.setInt(OutlineMaterial.BLEND, RenderState.BLEND_ENABLE_ALL); this._shaderValues.setInt(OutlineMaterial.BLEND_SRC, RenderState.BLENDPARAM_SRC_ALPHA); this._shaderValues.setInt(OutlineMaterial.BLEND_DST, RenderState.BLENDPARAM_ONE_MINUS_SRC_ALPHA); this._shaderValues.setInt(...
来源: Laya_社区 发布时间: 20190814
...or destroyed : Boolean[read-only] 获取是否已经销毁 。 Component enabled : Boolean 获取是否启用组件。 Component id : int[read-only] 获取唯一标识ID。 Component isSingleton : Boolean[read-only] 获取是否为单实例组件。 Component owner : Node [只读]获取所属No...
来源: Laya2.0_api 发布时间: 20190513
... //激活资源版本控制 Laya.ResourceVersion.enable("version.json", Handler.create(this, this.beginLoad), Laya.ResourceVersion.FILENAME_VERSION); } private beginLoad():void{ Laya.loader.load("res/atlas/comp.atlas", Handler.create(this, t...
来源: Laya_社区 发布时间: 20180529