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

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

1041. 微信小游戏想使用截图功能是使用canvasToTempFilePath()吗 [ 47%]

... /** * 微信不带ImageData,需重写,记得赋值到window */ export class ImageData { public data: Uint8ClampedArray; public width: number; public height: number; public constructor(width: number, height: number) { this.width = width; this.height = height; this.data = new Uint8ClampedArray(wi...

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

1042. 内存释放问题 [ 47%]

LayaAir引擎 内存释放问题 export class ResUIModuleManager { /** * 模块资源路径 */ private static moduleResPath: string = 'res/atlas/{0}.json'; /** * 模块的资源名称和模块的主面板(模块的主面板类全名,模块资源图集名称[]) * @type {Laya.Dictionary} * @mem...

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

1043. laya.maths.Quaternion_API3.0 [ 47%]

...ed Externals Only exported Menu Globals "laya/maths/Quaternion" Quaternion Class Quaternion Quaternion 类用于创建四元数。 Hierarchy Quaternion Implements IClone Index Constructors constructor Properties w x y z DEFAULT NAN Methods clone cloneTo equals forNativeElement fromArray getYawPitchR...

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

1044. laya.ui.CheckBox [ 47%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames CheckBoxProperties | Methods | Events Packagelaya.uiClasspublic class CheckBoxInheritanceCheckBox Button UIComponent Sprite Node EventDispatcher Object CheckBox 组件显示一个小方框,该方框内可以有选中...

来源: Laya2.0_api 发布时间: 20190513

1045. laya.ui.AdvImage [ 47%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames AdvImageProperties | Methods | Events Packagelaya.uiClasspublic class AdvImageInheritanceAdvImage Image UIComponent Sprite Node EventDispatcher Object 广告插件 Public Properties Hide Inherited Public Properties Show...

来源: Laya2.0_api 发布时间: 20190513

1046. 微信环境下面Laya.Browser.window.protobuf.load不能读取本地的proto文件 [ 47%]

...  at Function.eof (http://127.0.0.1:53462/game/code.js:93141:69)     at Class (http://127.0.0.1:53462/game/code.js:93649:37)     at Type.get (http://127.0.0.1:53462/game/code.js:98613:48)     at Type.create (http://127.0.0.1:53462/game/code.js:98776:20)     at onAssetsLoaded (http://127.0.0...

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

1047. laya.ui.Radio_API3.0 [ 47%]

...d All Inherited Externals Only exported Menu Globals "laya/ui/Radio" Radio Class Radio Radio 控件使用户可在一组互相排斥的选择中做出一种选择。 用户一次只能选择 Radio 组中的一个成员。选择未选中的组成员将取消选择该组中当前所选的 Radio 控件...

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

1048. layaFlash 无法使用 Loader 加载外部SWF和图片 [ 47%]

... flash.system.ApplicationDomain; import flash.system.LoaderContext; public class SwfBinary extends Sprite { public function SwfBinary() { super(); if(stage) { init(); } else { this.addEventListener(Event.ADDED_TO_STAGE,init); } } private function init(e:Event=null):void { var loader:Loader=new Loade...

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

1049. laya.ui.Radio [ 47%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RadioProperties | Methods | Events Packagelaya.uiClasspublic class RadioInheritanceRadio Button UIComponent Sprite Node EventDispatcher Object Radio 控件使用户可在一组互相排斥的选择中做出一种选择...

来源: Laya2.0_api 发布时间: 20190513

1050. laya.ui.View [ 47%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ViewProperties | Methods | Events Packagelaya.uiClasspublic class ViewInheritanceView Scene Sprite Node EventDispatcher ObjectSubclasses Dialog, MoreGame View 是一个视图类,2.0开始,更改继承至Scene类,...

来源: Laya2.0_api 发布时间: 20190513