大约有 175 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0139 秒)
Laya_社区(96) Laya3.0_api(58) Laya_示例(6) Laya3.0_文档(5) Laya2.0_文档(4) Laya2.0_示例(4) laya_api(1) Laya2.0_api(1)
...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
...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
...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
...** https://mp.weixin.qq.com/wxopen/pluginbasicprofile?action=intro&appid=wx70d8aa25ec591f7a&token=&lang=zh_CN 打开链接后,找到更新纪录一栏,如下图所示,即可找到。  > 注:纪录中最早的1.0.0版本是引擎方对接微信插件调试时所用,开发...
来源: Laya2.0_文档 发布时间: 20210715
.../ 敌机速度 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
...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
...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
...dt8pouespX/QqfWclGcKQKGJh0c95LyvceC47m23DZjkyyICjTBgnr9H+baLOurz5/GylGtZ6vS70nPeAjprivmvn2cm8oDJMStEg7uKxXX1me2+bz5Hb47WeTqeulyD2HKZHn2OP1FdUukzehcXaPy6AxsPXyRJxVKShJqVJgkwSYJNSgB6ST3hyjIl3cF2t1wcOxStzexrLMrKMq2dnm89jWy8cgrIxa1ExQxMbTt1PTmdRjXPPoyu88SBItEoDoBp6/RfnP0zG62dlyHztNdOb3eEs877r/i4c2j4vXy6...
来源: Laya_社区 发布时间: 20190725
.../ 敌机速度 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
... { 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