大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0049 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...ublic class UI_Clip { /***控制器按钮资源***/ private var buttonSkin:String = "../../../../res/ui/button-7.png"; /***切片资源***/ private var clipSkin:String = "../../../../res/ui/num0-9.png"; /***背景资源***/ private var bgSkin:String = "../../../../res/ui/coutDown.png"; /***计数器...
来源: Laya2.0_文档 发布时间: 20210714
...的方式,完美解决 private static function clearRole3dRes(groupName:String):void { var arr:Array = Loader.groupMap[groupName]; if(arr != null){ for each (var url:String in arr) { var item:Resource = Laya.loader.getRes(url); if(item != null){ item.destroy(); item = null; } } Loader.clearResByGr...
来源: Laya_社区 发布时间: 20180517
...ide] [read-only] 获取是否为单实例组件。 ColliderBase label : String标签ColliderBase owner : Node [只读]获取所属Node节点。 Component restitution : Number弹性系数,取值范围0-1,值越大,弹性越大,默认值为0ColliderBase rigidBody : RigidBody[只读]...
来源: Laya2.0_api 发布时间: 20190513
...ipt { // 以下资源来自“引擎API使用示例” private buttonSkin: string = "resources/res/ui/button-7.png"; private clipSkin: string = "resources/res/ui/num0-9.png"; private bgSkin: string = "resources/res/ui/coutDown.png"; counter: any; controller: any; currFrame: any; //组件被激活后...
来源: Laya3.0_文档 发布时间: 20241014
...ition Returns void check check(normalizeTime: number, paramsMap: Record<string, Animation2DParm>, isReplay: boolean): boolean Defined in laya/components/AnimatorTransition2D.ts:52 是否启用过渡 Parameters normalizeTime: number paramsMap: Record<string, Animation2DParm> isReplay: boo...
来源: Laya3.0_api 发布时间: 20231115
HtmlDivElement下划线跑到别的文字下面。 let str1:string = "<span style='color:#ffcc11;'>33333333333333333333333333 </span><a style='color:#ffcc11;' href='aaa28'>中国中国中国</a><span style='color:#ffcc11;fontSize:26;'>嗯嗯嗯嗯嗯嗯噢噢噢</sp...
来源: Laya_社区 发布时间: 20191231
... // 获取内置SD卡路径 String sdCardPath = Environment.getExternalStorageDirectory() .getPath(); // 图片文件路径 String filePath = sdCardPath + F...
来源: Laya_社区 发布时间: 20170423
... Properties x y TEMP Methods copy distance normalize recover reset setTo toString create Constructors constructor new Point(x?: number, y?: number): Point Defined in laya/maths/Point.ts:16 根据指定坐标,创建一个新的 Point 对象。 Parameters Default value x: number = 0 (可选)水...
来源: Laya3.0_api 发布时间: 20231115
...eton private _handler: Laya.Handler; constructor(url: string, handler: Laya.Handler, aniMode: number = 0) { this._handler = handler; this.mFactory = new Laya.Templet(); this.mFactory.on(Laya.Event.COMPLETE, this, this...
来源: Laya_社区 发布时间: 20200618
...r.create(this,getRolesBack,[str])); } protected function getRolesBack(data:String):void { trace("#getRolesBack"); loadCreateRole(data); } public function getRoleData(callback:Handler):void { callback.runWith(["123"]); }2、直接传一个函数体过去 SocketProxy.instance.getRoleData(function getR...
来源: Laya_社区 发布时间: 20170622