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

大约有 2,951 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0082 秒)

2841. [0]layaair2-cmd 编译bug [ 41%]

...        ^ ReferenceError: primordials is not defined     at fs.js:27:26     at req_ (/usr/local/lib/node_modules/layaair2-cmd/node_modules/natives/index.js:143:24)     at Object.req [as require] (/usr/local/lib/node_modules/layaair2-cmd/node_modules/natives/index.js:55:10)     at Object....

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

2842. laya.d3.graphics.VertexBuffer3D_API3.0 [ 41%]

...rtexBuffer.vertexDeclaration Defined in laya/d3/graphics/VertexBuffer3D.ts:26 获取顶点声明。 Parameters value: VertexDeclaration | null Returns void Methods destroy destroy(): void Overrides Buffer.destroy Defined in laya/d3/graphics/VertexBuffer3D.ts:120 inheritdoc override Returns void getU...

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

2843. Laya.Loader.getRes("xxx.png")取出来的资源为什么是Texture2D,不是Texture [ 41%]

...loadImage (file:///D:/zxl/2.0_stable/lfGame2.0/bin/libs/laya.core.js:11477:26) at Function.createFrames (file:///D:/zxl/2.0_stable/lfGame2.0/bin/libs/laya.core.js:23134:23) at Animation.loadImages (file:///D:/zxl/2.0_stable/lfGame2.0/bin/libs/laya.core.js:23020:107) at Function.initAnimation (file:/...

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

2844. laya.d3.physics.shape.CylinderColliderShape_API3.0 [ 41%]

...e: number): void Defined in laya/d3/physics/shape/CylinderColliderShape.ts:26 半径。 Returns number Defined in laya/d3/physics/shape/CylinderColliderShape.ts:30 半径。 Parameters value: number Returns void type get type(): number Inherited from CompoundColliderShape.type Defined in laya/d3/phy...

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

2845. 如何将一段文字放置到粘贴板 , 或者说点击一个按钮后复制copy一段文字? [ 41%]

...: 2018-01-30 16:45 浏览: 3486 关注: 5 人 木糖醇の羊 • 2018-04-26 14:32 请问能不能看下你是怎么实现的嘛? 东东 • 2019-12-12 20:06 我在 android项目 demo.JSBridge.java 中 添加了一个方法 public static void copyToClip(final String text){ ClipboardManager cm = (C...

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

2846. laya.events.InputManager_API3.0 [ 41%]

...old clickTestThreshold: number = 10 Defined in laya/events/InputManager.ts:26 如果鼠标按下的位置和弹起的位置距离超过这个阀值,则不视为一次点击 Static isTextInputting isTextInputting: boolean = false Defined in laya/events/InputManager.ts:33 当前是否正在输入文...

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

2847. HScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 41%]

...e.scaleMode = Stage.SCALE_SHOWALL; //背景颜色 Laya.stage.bgColor = "#232628"; //加载资源 Laya.loader.load(this.skins, Handler.create(this, this.onSkinLoadComplete)); } /***加载资源完成***/ private onSkinLoadComplete(e:any=null):void { //创建水平滚动条 this.createHScroller(); } /...

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

2848. VScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 41%]

...e.scaleMode = Stage.SCALE_SHOWALL; //背景颜色 Laya.stage.bgColor = "#232628"; //加载资源 Laya.loader.load(this.skins, Handler.create(this, this.onSkinLoadComplete)); } /***加载资源完成***/ private onSkinLoadComplete(e:any=null):void { //创建垂直滚动条 this.createVScroller(); } /...

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

2849. laya.maths.Color_API3.0 [ 41%]

...ELLOW: Color = new Color(1, 0.92, 0.016, 1) Defined in laya/maths/Color.ts:26 黄色 Methods clone clone(): any Defined in laya/maths/Color.ts:194 克隆。 Returns any 克隆副本。 cloneTo cloneTo(destObject: any): void Defined in laya/maths/Color.ts:148 克隆。 Parameters destObject: any 克...

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

2850. laya加载unity插件导出的场景 physics3D is not a function [ 41%]

...18-12-27 11:37 可以给点提示什么的吗? Seekers • 2019-01-03 23:26 ok.非常感谢。 Laya_Aaron • 2018-12-27 14:00 这样子就可以了,场景做的很漂亮

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