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

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

361. TypeError: Cannot read property 'm_jointList' of null [ 74%]

...r.window.conch.setFontFaceFromBuffer is not a function Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprit...

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

362. laya.d3.core.particleShuriKen.module.StartFrame [ 74%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames StartFrameProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class StartFrameInheritanceStartFrame ObjectImplements laya.d3.core.IClone StartFrame 类用于创建开始帧。 Public Properties P...

来源: laya_api 发布时间: 20170929

363. laya.d3.core.particleShuriKen.module.StartFrame [ 74%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames StartFrameProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class StartFrameInheritanceStartFrame ObjectImplements laya.d3.core.IClone StartFrame 类用于创建开始帧。 Public Properties P...

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

364. UI-Tab [ 74%]

...Laya.Tab; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_Tab { private skins: Array = ["../../res/ui/tab1.png", "../../res/ui/tab2.png"]; constructor(){ // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage...

来源: Laya_示例 发布时间: 20241002

365. laya.d3.core.particleshuriken.module.GradientDataInt_API3.0 [ 74%]

...als "laya/d3/core/particleShuriKen/module/GradientDataInt" GradientDataInt Class GradientDataInt GradientDataInt 类用于创建整形渐变。 Hierarchy GradientDataInt Implements IClone Index Constructors constructor Accessors gradientCount Methods add clone cloneTo Constructors constructor new Gr...

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

366. 在UI类里调用启动类的静态函数失败了 [ 74%]

...用启动类的静态函数失败了 这是我的启动类 // 程序入口 class GameMain { constructor() { Laya.init(600, 400); Laya.stage.bgColor = "#123456"; Laya.loader.load([ { url: "res/beijing/beijing2.png", type: Laya.Loader.IMAGE }, { url: "res/atlas/comp.png", type: Laya.Loader.IMAGE }, { ...

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

367. laya.d3.component.animator.AnimatorPlayState_API3.0 [ 74%]

...u Globals "laya/d3/component/Animator/AnimatorPlayState" AnimatorPlayState Class AnimatorPlayState AnimatorPlayState 类用于创建动画播放状态信息。 Hierarchy AnimatorPlayState Index Constructors constructor Accessors animatorState currentState duration normalizedTime Constructors constru...

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

368. TypeError: Cannot read property '_layer' of null; at Function.FrustumCulling.renderObjectCulling [ 74%]

...rror: Cannot read property 'cursor' of undefined错误 Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprit...

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

369. 列表组件 · LayaAir3.0文档 · LAYABOX [ 74%]

...数据源 必须要在代码中给List组件设置数据源。 const { regClass, property } = Laya; @regClass() export class Script extends Laya.Script { @property({ type: Laya.List }) list: Laya.List constructor() { super(); } // 组件被启用后执行,例如节点被添加到舞台后 onEnable...

来源: Laya3.0_文档 发布时间: 20230927

370. List属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 74%]

....layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.List)。 ### 1.1 创建 List 组件 #### 1.编辑列表项。 ​ 列表项可以是 Box 对象或 View(页面) 或其它自定义页面对象。此处以Box 对象为例。 ​ **a.**从资源面板里选...

来源: Laya2.0_文档 发布时间: 20210715