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

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

291. laya.resource.BaseTexture_API3.0 [ 43%]

... url uuid DEBUG Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture destroyed dimension filterMode format gammaCorrection gammaSpace gpuMemory height id maxMipmapLevel mipmap mipmapCount obsolute referenceCount width wrapModeU wrapModeV wrapModeW cpuMemory gpuMemory Methods _ad...

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

292. [LayaAirIDE 2.0]TextInput真机输入时显示蓝色字,求解 [ 42%]

...interfaces/IHttpResponse"; import Notice from "../../utils/Notice"; export default class AuthReg extends ui.AuthRegUI { /** 密码临时存储 */ private _tmp_pwd: string = ""; /** 输入框数组 */ private _arrInput: Laya.TextInput = [this.input_nickname, this.input_mobile, this.input_password, th...

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

293. laya.resource.VideoTexture_API3.0 [ 41%]

...ideoTexturePool Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture destroyed dimension filterMode format gammaCorrection gammaSpace gpuMemory height id maxMipmapLevel mipmap mipmapCount obsolute referenceCount video width wrapModeU wrapModeV wrapModeW cpuMemory gpuMemory Metho...

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

294. laya.ui.TextArea_API3.0 [ 41%]

...鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough ...

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

295. laya.d3.core.particleshuriken.ShurikenParticleSystem_API3.0 [ 41%]

.../ShurikenParticleSystem.ts:891 Parameters render: ShurikenParticleRenderer Default value meshTopology: MeshTopology = MeshTopology.Triangles Default value drawType: DrawType = DrawType.DrawElement Returns ShurikenParticleSystem Properties _geometryElementOBj _geometryElementOBj: IRenderGeometryEleme...

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

296. laya.media.VideoTexture_API3.0 [ 33%]

...evel baseMipmapLevel buffered compareMode cpuMemory currentSrc currentTime defaultTexture destroyed dimension duration ended error filterMode format frameRender gammaCorrection gammaSpace gpuMemory height id loop maxMipmapLevel mipmap mipmapCount muted obsolute paused playbackRate preload readyState...

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

297. 官方案例里摄像机绕物体旋转脚本的问题 [ 32%]

...(ModelViewer); modelViewer.AroundPos = plane.transform.position; */ export default class ModelViewer extends Laya.Script { // Text m_debugTip; public canRotation_X: boolean = true; public canRotation_Y: boolean = true; public canScale: boolean = true; /// <summary> /// Around center. /// </...

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

298. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 30%]

...UNDLE_END': config.cache = event.result.cache; break; case 'BUNDLE_START': default: break; } });   d)、创建并编写脚本 tools.js#!/usr/bin/env node const program = require('commander'); program .usage('[command] [args]') .command('compile', '编译项目.') .command('publish', '发布项目.'...

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

299. laya.net.Loader_API3.0 [ 27%]

... string 资源类型。比如:Loader.IMAGE。 Optional priority: number (default = 0)加载的优先级,数字越大优先级越高,优先级高的优先加载。 Optional cache: boolean 是否缓存。 Optional group: string 分组,方便对资源进行管理。 Optional ignoreCache: boolea...

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

300. socket大型项目回调 [ 25%]

...is.encodeUInt32(value.length),buffer); buffer.writeUTFBytes(value); break; default: var proto:any = protos.__messages[type] || this._clients["message " + type]; if (!!proto) { var buf:Laya.Byte = this.encodeProtos(proto, value); // buffer.writeArrayBuffer(this.encodeUInt32(buf.length)); Pomelo.write...

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