大约有 4,337 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0091 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(24)
...的protobuf,微信跑不起来啊: protobuf.js中的这句: return Function.apply(null, keys.concat("return " + source)).apply(null, keys.map(function(key) { return scope[key]; })); // eslint-disable-line no-new-func 出来这个错误: WAGame.js:3 gameThirdScriptError Cannot read property '...
来源: Laya_社区 发布时间: 20180302
... 销毁。 TrailGeometryConstructor DetailTrailGeometry()Constructorpublic function TrailGeometry(owner:TrailFilter) Parameters owner:TrailFilterMethod Detail_getType()methodoverride public function _getType():int 获取几何体类型。 Returnsint_prepareRender()method override public function _p...
来源: Laya2.0_api 发布时间: 20190513
...ndler = Laya.Handler; var Event = Laya.Event; // 创建TestPageUI的子类 function TestUI() { TestUI.super(this); //btn是编辑器界面设定的,代码里面能直接使用,并且有代码提示 this.btn.on(Event.CLICK, this, onBtnClick); this.btn2.on(Event.CLICK, this, onBtn2Click); function...
来源: Laya_示例 发布时间: 20241119
...ndler = Laya.Handler; var Event = Laya.Event; // 创建TestPageUI的子类 function TestUI() { TestUI.super(this); //btn是编辑器界面设定的,代码里面能直接使用,并且有代码提示 this.btn.on(Event.CLICK, this, onBtnClick); this.btn2.on(Event.CLICK, this, onBtn2Click); function...
来源: Laya2.0_示例 发布时间: 20200319
...er.load(...).load(...); LoaderManager off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...
来源: Laya2.0_api 发布时间: 20190513
...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Loader = Laya.Loader; var Texture = Laya.Texture; var Handler = Laya.Handler; (function() { Laya.init(550, 400); // 加载一张png类型资源 Laya.loader.load("../../res/apes/monkey0.png", Handler.create(th...
来源: Laya_示例 发布时间: 20241119
...unt:int [read-only] 整形渐变数量。 Implementation public function get gradientCount():intConstructor DetailGradientDataInt()Constructorpublic function GradientDataInt() 创建一个 GradientDataInt 实例。 Method Detailadd()method public function add(key:Number, value:int):void ...
来源: laya_api 发布时间: 20170929
...unt:int [read-only] 整形渐变数量。 Implementation public function get gradientCount():intConstructor DetailGradientDataInt()Constructorpublic function GradientDataInt() 创建一个 GradientDataInt 实例。 Method Detailadd()method public function add(key:Number, value:int):void ...
来源: Laya2.0_api 发布时间: 20190513
...te:AnimatorState 获取默认动画状态。 Implementation public function get defaultState():AnimatorState public function set defaultState(value:AnimatorState):voiddefaultWeightproperty public var defaultWeight:int 权重。nameproperty public var name:String 层的名称。playO...
来源: Laya2.0_api 发布时间: 20190513
...er = 1, sx4:Number = 1, sy4:Number = 1):voidTerrainChunk callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.tim...
来源: Laya2.0_api 发布时间: 20190513