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

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

121. laya.events.Keyboard_API3.0 [ 38%]

...Static BACKSPACE BACKSPACE: number = 8 Defined in laya/events/Keyboard.ts:170 与 Backspace 的键控代码值 (8) 关联的常数。 Static C C: number = 67 Defined in laya/events/Keyboard.ts:31 与 C 键的键控代码值 (67) 关联的常数。 Static CAPS_LOCK CAPS_LOCK: number = 20 Defined in l...

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

122. 2D光遮挡器与阴影 · LayaAir3.4 · 引擎文档 · LAYABOX [ 38%]

...SpotLight(): void { this.spotLight.pos(50, 350); this.spotLight.rotation = 70; this.owner.addChild(this.spotLight); let spotLightComponent = this.spotLight.addComponent(Laya.SpotLight2D); spotLightComponent.color = new Laya.Color(0.937, 1, 0); spotLightComponent.intensity = 1.25; spotLightComponent....

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

123. 单选框组容器组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 37%]

...et rg: Laya.RadioGroup = new Laya.RadioGroup(); rg.skin = skin; rg.space = 70; rg.direction = "vertical"; rg.labels = "Item1, Item2, Item3"; rg.labelColors = "#787878,#d3d3d3,#FFFFFF"; rg.labelSize = 20; rg.labelBold = true; rg.selectHandler = new Laya.Handler(this, this.onSelectChange); this.owner....

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

124. 引擎插件使用说明(TypeScript-小游戏适配文档-微信小游戏) [ 37%]

...** https://mp.weixin.qq.com/wxopen/pluginbasicprofile?action=intro&appid=wx70d8aa25ec591f7a&token=&lang=zh_CN 打开链接后,找到更新纪录一栏,如下图所示,即可找到。 ![img](img/1.png) > 注:纪录中最早的1.0.0版本是引擎方对接微信插件调试时所用,开发...

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

125. 为什么会出现报错 ani not found:ufo1_down [ 37%]

.../ 敌机速度 this.speeds = [3,2,1]; // 敌机半径 this.radius = [15,30,70]; // 初始化引擎,设置舞台大小 Laya.init(400,852); // 创建循环滚动的悲剧 this.bg = new BackGround(); // 把背景添加到舞台 Laya.stage.addChild(this.bg); // 加载图集资源 Laya.loader.load("res...

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

126. laya.d3.component.animator.AnimatorState_API3.0 [ 36%]

...t name name: string Defined in laya/d3/component/Animator/AnimatorState.ts:70 名称。 speed speed: number = 1 Defined in laya/d3/component/Animator/AnimatorState.ts:73 动画播放速度,1.0为正常播放速度。 Static EVENT_OnStateEnter EVENT_OnStateEnter: string = "OnStartEnter" Defined in la...

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

127. laya.d3.shader.ShaderData_API3.0 [ 35%]

...rray clearRuntimeCopyArray(): void Defined in laya/d3/shader/ShaderData.ts:707 Returns void clone clone(): any Defined in laya/d3/shader/ShaderData.ts:354 克隆。 Returns any 克隆副本。 cloneTo cloneTo(destObject: ShaderData): void Defined in laya/d3/shader/ShaderData.ts:314 克隆。 Paramet...

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

128. laya native加载人物模型出错 [ 35%]

...dt8pouespX/QqfWclGcKQKGJh0c95LyvceC47m23DZjkyyICjTBgnr9H+baLOurz5/GylGtZ6vS70nPeAjprivmvn2cm8oDJMStEg7uKxXX1me2+bz5Hb47WeTqeulyD2HKZHn2OP1FdUukzehcXaPy6AxsPXyRJxVKShJqVJgkwSYJNSgB6ST3hyjIl3cF2t1wcOxStzexrLMrKMq2dnm89jWy8cgrIxa1ExQxMbTt1PTmdRjXPPoyu88SBItEoDoBp6/RfnP0zG62dlyHztNdOb3eEs877r/i4c2j4vXy6...

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

129. 为什么会出现报错 ani not found:ufo1_down [ 35%]

.../ 敌机速度 this.speeds = [3,2,1]; // 敌机半径 this.radius = [15,30,70]; // 初始化引擎,设置舞台大小 Laya.init(400,852); // 创建循环滚动的悲剧 this.bg = new BackGround(); // 把背景添加到舞台 Laya.stage.addChild(this.bg); // 加载图集资源 Laya.loader.load("res...

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

130. [LayaAirIDE3]2d相机打包后问题 [ 35%]

... {         Laya.Tween.to(this.knob, { x: 210, y: 210 }, 150); // 原始70 * 3 = 210         this.owner.event(Joystick.END);         this.touchId = -1;         this.isTouching = false;     }      private getJoystickGlobalPosition(): Laya.Point {         const owner = this.own...

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