大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0057 秒)
Laya3.0_api(672) Laya_社区(472) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(9)
...p) { ... // 注册Steam初始化函数 jsvm_value fnInitSteam; jsvm_create_function(env, "initializeSteam", SIZE_MAX, jsInitializeSteam, nullptr, &fnInitSteam); jsvm_set_named_property(env, exp, "initializeSteam", fnInitSteam); } } 2.2 生成动态链接库 生成动态链接库与其使用的...
来源: Laya3.0_文档 发布时间: 20251010
...个项对象,返回此项对象的索引id。 UIGroup callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.time...
来源: Laya2.0_api 发布时间: 20190513
...nvasRender renderNotCanvas set_onclick show Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...llInfo cullingSpotShadow cullDistanceVolume Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...E_TANGENT SHADERDEFINE_UV0 SHADERDEFINE_UV1 Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...l supportWeakMap del get has set clearCache Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...问题: 修改GraphicsAni类中的构造函数,代码如下: public function GraphicsAni() { super(); if (Render.isConchNode) { this["drawSkin"] = function(skin:*):void { skin.transform || (skin.transform = Matrix.EMPTY); __JS__("this._addCmd([skin])"); this.setSkinMesh&&this.setSkinMe...
来源: Laya_社区 发布时间: 20180416
...建的handler实例。 */ public static function create(caller:*, method:Function, args:Array = null, once:Boolean = true):Handler { if (_pool.length) return _pool.pop().setTo(caller, method, args, once); return new Han...
来源: Laya_社区 发布时间: 20180704
...的代码,直观一点: private const stand:String = "STAND"; private function loadActionsComplete():void { //创建动画模板dizziness //Animation.createFrames(aniUrls("zy/" + stand + "000", 5), stand + "000");//这么写也不对 Animation.createFrames(aniUrls(stand +...
来源: Laya_社区 发布时间: 20170821
... with type parameter Constructor Property Accessor Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115