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

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

371. 苹果上架问题, [ 42%]

...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

372. LayaAir3D 导出和使用U3D粒子特效 [ 41%]

...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

373. /clang:-1: linker command failed with exit code 1 (use -v to see invocation) [ 41%]

...件名重复了 也会出现同样的错误 7.”Build Settings”->”Enable Bitcode”设置为NO ,因为有些SDK不支持Bitcode 8.可能在引用的时候 可能写的是#import "XXXXX.m" ,如果是改为#import "XXXXX.h" 9.可能你导入的SDK只能在真机下才...

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

374. 骨骼动画-Spine事件 [ 41%]

...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_示例 发布时间: 20241118

375. 骨骼动画-Spine事件 [ 40%]

...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_示例 发布时间: 20241118

376. 继承自Laya.BaseMaterial并且自定义Shader的的自定义材质如何设置透明渲染 [ 40%]

..._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

377. laya.d3.component.Animator [ 40%]

...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

378. 使用3DUI · LayaAir3.0文档 · LAYABOX [ 38%]

...勾选,则UI永远朝向Z轴方向,即UI在场景中的透视效果。 Enable Hit:是否响应鼠标事件,默认不勾选。勾选后,可以实现按钮的响应、滑动条的拖动、List组件的滑动等。 Render Mode:渲染模式。OPAQUE(不透明)、CUTOUT(裁剪)、TRAN...

来源: Laya3.0_文档 发布时间: 20241014

379. 微信小游戏利用开放域好友关系链做排行榜 [ 38%]

...     //激活资源版本控制         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

380. 如何能监听到TouchStart和TouchEnd事件 [ 37%]

...性值。*/         static END: string;         /** 定义 enablechanged 事件对象的 type 属性值。*/         static ENABLE_CHANGED: string;         /** 定义 activeinhierarchychanged 事件对象的 type 属性值。*/         static ACTIVE_IN_HIERARCHY_CH...

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