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

大约有 1,216 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0060 秒)

231. 分包发布,static方法拿取不到。报错:类名.静态方法名 is not a function [ 87%]

分包发布,static方法拿取不到。报错:类名.静态方法名 is not a function OPPO分包发布时遇到一个问题,当在index.js中最后require("./libs/laya.d3.js");时会报错Shader3D.propertyNameToID is not a function。将require该库的语句提前,则不会报错。但...

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

232. laya.maths.Matrix3x3_API3.0 [ 87%]

...ts: Float32Array Defined in laya/maths/Matrix3x3.ts:166 矩阵元素数组 Static Readonly DEFAULT DEFAULT: Readonly<Matrix3x3> = new Matrix3x3() Defined in laya/maths/Matrix3x3.ts:16 Methods clone clone(): any Defined in laya/maths/Matrix3x3.ts:371 克隆。 Returns any 克隆副本。 cloneT...

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

233. dialog 关闭效果在哪里关闭啊,,我在ide 属性面板都找不到 [ 87%]

...框内的某个按钮命名为close,点击此按钮则会关闭*/ public static const CLOSE:String = "close"; /**对话框内的某个按钮命名为cancel,点击此按钮则会关闭*/ public static const CANCEL:String = "cancel"; /**对话框内的某个按钮命名为sure,点击此按钮则...

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

234. laya.d3.math.Matrix3x3_API3.0 [ 86%]

...: Float32Array Defined in laya/d3/math/Matrix3x3.ts:166 矩阵元素数组 Static Readonly DEFAULT DEFAULT: Readonly<Matrix3x3> = new Matrix3x3() Defined in laya/d3/math/Matrix3x3.ts:16 Methods clone clone(): any Defined in laya/d3/math/Matrix3x3.ts:371 克隆。 Returns any 克隆副本。 cl...

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

235. load方法加载cdn上面的图片资源的时候直接报了跨域不同源的问题,怎么破? [ 86%]

...直接报了跨域不同源的问题,怎么破? Gzdaze.dialogList = [ STATIC_IMG_PATH+'img_dialog-1.png', STATIC_IMG_PATH+'img_dialog-2.png', STATIC_IMG_PATH+'img_dialog-3.png', STATIC_IMG_PATH+'img_dialog-4.png', STATIC_IMG_PATH+'progressBar.png', STATIC_IMG_PATH+'progressBar$bar.png' ]; this.i...

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

236. laya.ui.Dialog [ 86%]

...平距离(以像素为单位)。 Component  manager : DialogManager[static] 对话框管理容器,所有的对话框都在该容器内,并且受管理器管,可以自定义自己的管理器,来更改窗口管理的流程。 任意对话框打开和关闭,都会触发管理类的open...

来源: laya_api 发布时间: 20170929

237. laya.ui.Dialog [ 86%]

...的水平距离(以像素为单位)。 View  manager : DialogManager[static] 对话框管理容器,所有的对话框都在该容器内,并且受管理器管理,可以自定义自己的管理器,来更改窗口管理的流程。 任意对话框打开和关闭,都会触发管理类的...

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

238. laya.events.MouseManager [ 86%]

...age 以外的鼠标事件检测。MouseManager  enabled : Boolean = true[static] 是否开启鼠标检测,默认为trueMouseManager  _event : EventMouseManager  mouseDownTime : Number = 0 鼠标按下的时间。单位为毫秒。MouseManager  mouseMoveAccuracy : Number = 2 鼠标移动精...

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

239. laya.particle.particleUtils.PicTool [ 86%]

...bjectPublic Methods  MethodDefined By  getCanvasPic(img:*, color:int):*[static] PicTool  getRGBPic(img:*):Array[static] PicToolMethod DetailgetCanvasPic()method public static function getCanvasPic(img:*, color:int):* Parameters img:* color:intReturns*getRGBPic()method  public static function ...

来源: laya_api 发布时间: 20170929

240. laya.d3.core.TextureMode [ 86%]

...eMode Object ... Public Constants ConstantDefined By  Stretch : int = 0[static] 拉伸模式。 TextureMode  Tile : int = 1[static] 平铺模式。 TextureModeConstant DetailStretchConstantpublic static const Stretch:int = 0 拉伸模式。 TileConstant public static const Tile:int = 1 平铺...

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