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

大约有 1,062 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0050 秒)

421. laya.display.cmd.RestoreCmd_API3.0 [ 74%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/RestoreCmd" RestoreCmd Class RestoreCmd 恢复命令,和save配套使用 Hierarchy RestoreCmd Index Properties ID Methods recover ...

来源: Laya3.0_api 发布时间: 20231115

422. laya.d3.shader.trail.TrailShaderInit_API3.0 [ 74%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/shader/Trail/TrailShaderInit" TrailShaderInit Class TrailShaderInit Hierarchy TrailShaderInit Index Methods init Methods Static init init(): ...

来源: Laya3.0_api 发布时间: 20231115

423. laya.display.cmd.SaveCmd_API3.0 [ 74%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/SaveCmd" SaveCmd Class SaveCmd 存储命令,和restore配套使用 Hierarchy SaveCmd Index Properties ID Methods recover Propertie...

来源: Laya3.0_api 发布时间: 20231115

424. laya.d3.core.trail.TrailFilter_API3.0 [ 74%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/trail/TrailFilter" TrailFilter Class TrailFilter TrailFilter 类用于创建拖尾过滤器。 Hierarchy TrailFilter Index Constructors ...

来源: Laya3.0_api 发布时间: 20231115

425. laya.d3.shader.postprocess.aces.ACESShaderLib_API3.0 [ 74%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/shader/postprocess/ACES/ACESShaderLib" ACESShaderLib Class ACESShaderLib Hierarchy ACESShaderLib Index Methods init Methods Static init init(...

来源: Laya3.0_api 发布时间: 20231115

426. laya.maths.Point_API3.0 [ 74%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Point" Point Class Point Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Hierarch...

来源: Laya3.0_api 发布时间: 20231115

427. laya.d3.component.animator.AnimatorResource_API3.0 [ 74%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorResource" AnimatorResource Class AnimatorResource Hierarchy AnimatorResource Index Methods getAnimatorResource Met...

来源: Laya3.0_api 发布时间: 20231115

428. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 74%]

...不能只处理get或set,如: class A {  protected _id:number = 1;    public get id():number { return this._id }  public set id(value:number){     this._id = vaule;  } } class B extends A {   public set id(value:number){     this._id = value + 1;   } } class C extends A {  public get i...

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

429. 在Test中有个按钮点击,那么我如何发信号,使得这个点击能给控制Sample中的对象,如何调用函数 [ 74%]

...le中对该事件进行监听package { import laya.events.EventDispatcher; public class Mod extends EventDispatcher { public function Mod() { super(); } private static var _instance:Mod; public static function get index():Mod { return _instance ||= new Mod(); } public function init():void { Mod.even...

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

430. 本地双击html如何打开laya项目? [ 74%]

...自动安装,这样只需要访问apk就可以解决了,安装apk: public static boolean install(Context context, String filePath) { Intent i = new Intent(Intent. ACTION_VIEW); File file = new File(filePath); if (file != null && file.length() > 0 && file.exists() && ...

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