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

大约有 2,055 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0064 秒)

311. 加载模块报错 [ 67%]

加载模块报错 想要引入外部的库:import Collections = require('typescript-collections');配置如下:{ "compilerOptions": { "module": "commonjs", "target": "es5", "sourceMap": true, "moduleResolution": "node", "lib": [ "dom", "es5" ] }, "exclude": [ // "node_modules" ] }报错 Refere...

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

312. 混合模式-Lighter [ 67%]

... b.length == 2 ? b : "0" + b; return "#" + r + g + b; } })();module laya { import Animation = Laya.Animation; import Stage = Laya.Stage; import Browser = Laya.Browser; import Handler = Laya.Handler; import Tween = Laya.Tween; import WebGL = Laya.WebGL; export class BlendMode_Lighter { // 一只凤...

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

313. 输入设备-贪吃蛇(重力感应) [ 67%]

...age.width; food.y = Math.random() * Laya.stage.height; } })()module laya { import Sprite = Laya.Sprite; import AccelerationInfo = Laya.AccelerationInfo; import Accelerator = Laya.Accelerator; import Point = Laya.Point; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya...

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

314. 计时器-延迟执行 [ 66%]

...{ //spBtn2的透明度减少0.5 button2.alpha -= 0.5; } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Timer_DelayExcute { private button1: Sprite; private button2: Sprite; c...

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

315. 混合模式-Lighter [ 66%]

..."0" + b; return "#" + r + g + b; } } new BlendMode_Lighter();module laya { import Animation = Laya.Animation; import Stage = Laya.Stage; import Browser = Laya.Browser; import Handler = Laya.Handler; import Tween = Laya.Tween; import WebGL = Laya.WebGL; export class BlendMode_Lighter { // 一只凤...

来源: Laya2.0_示例 发布时间: 20241117

316. 3D场景跳转到2D场景问题 [ 66%]

...onsole.log(Scene3DControl.GameSceneB);   } }结束界面跳转到3D场景 import {VictorySceneUI} from '../ui/layaMaxUI' import GameScene from './GameScene'; export default class VictoryScene extends VictorySceneUI {  constructor() { super();   } onAwake(){ let btnOnce=this.getChildByName("btnOnc...

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

317. 请问怎么引入addScore方法?谢谢 (JS) [ 66%]

...用addScore()方法(第三张图)完全没有识别到,我已经引用import UI ,但是addScore方法还是 无法识别显示,undefined。。。求教正确得应该如何写?   附件 : --> 2020-05-28 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

318. 鼠标交互-双指缩放(多点触控) [ 66%]

...x + dy * dy); } return distance; } } new Interaction_Scale();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Interaction_Scale { //上次记录的两个触模点之间距离 privat...

来源: Laya2.0_示例 发布时间: 20241117

319. 2D物理-复合碰撞器 [ 66%]

...aya.Laya.stage.removeChild(this.label); } } new Physics_Physics_Tumbler(); import { Laya } from "Laya"; import { Sprite } from "laya/display/Sprite"; import { Stage } from "laya/display/Stage"; import { Browser } from "laya/utils/Browser"; import { RigidBody } from "laya/physics/RigidBody"; import {...

来源: Laya2.0_示例 发布时间: 20241117

320. 输入设备-贪吃蛇(重力感应) [ 66%]

...urn new Point(tx, ty); } } new InputDevice_GluttonousSnake();module laya { import Sprite = Laya.Sprite; import AccelerationInfo = Laya.AccelerationInfo; import Accelerator = Laya.Accelerator; import Point = Laya.Point; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya...

来源: Laya2.0_示例 发布时间: 20241117