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

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

571. 【简单跑酷--JS版】---Lv.2 类之间的引用以及背景滚动实现 [ 42%]

...面是好的,在谷歌下报错运行不了   报的是这个错 Image from origin 'file://' has been blocked from loading by Cross-Origin Resource Sharing policy: Invalid response. Origin 'null' is therefore not allowed access. 2016-08-31 0 2 分享 微博 QZONE 微信 xiaobear250 赞同来自: ...

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

572. 3D物理编辑 · LayaAir3.0文档 · LAYABOX [ 42%]

...脚本。示例代码如下: //引入自定义脚本TSDemo import TSDemo from "./TSDemo"; /** * TypeScript语言示例 */ export default class GameUI extends GameUIBase { /* ……省略若干代码 */ private addBox(): void { //创建盒型体 let box = new Laya.Sprite3D; let boxMesh = box.addCom...

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

573. 模型与动画的导入使用 · LayaAir3.0文档 · LAYABOX [ 41%]

...到场景中,并用鼠标点击屏幕来切换动画 import { MainBase } from "./Main.generated"; import KeyBoardManager = Laya.InputManager; import Keyboard = Laya.Keyboard; const { regClass, property } = Laya; @regClass() export class Main extends MainBase { private _animator: Laya.Animator; pri...

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

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

...相关的链接 提交 5 个回复 Laya_Aaron 赞同来自: import { ui } from "./../ui/layaMaxUI"; /** * 本示例采用非脚本的方式实现,而使用继承页面基类,实现页面逻辑。在IDE里面设置场景的Runtime属性即可和场景进行关联 * 相比脚本方式,继承式...

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

575. 重要问题:关于苹果审核被拒 [ 41%]

...of your Apple Developer account, as well as removal of all associated apps from the App Store.   2018-02-28 0 2 分享 微博 QZONE 微信 riven 赞同来自: 请问你们新的库什么时候能弄好,我们等着提交app store审核,很紧急呀 2018-03-01 0 1 分享 微博 QZONE 微信 kaix...

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

576. 3D中摄像机绕物体旋转该如何实现? [ 41%]

...lesTemp: Vector3 = new Vector3(); /// <summary> /// Current distance from camera to target. /// </summary> public CurrentDistance: number; /// <summary> /// Camera target angls. /// </summary> protected targetAngles: Vector3 = new Vector3(); /// <summary> /// Target dis...

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

577. 按钮失效,同UI里的一个图片超链接点击后再返回,出现按钮失效。 [ 41%]

...AE&type=p&spm=a220m.1000858.a2227oh.d100&xl=%BB%A8%D3%A1_2&from=.list.pc_1_suggest';     if(window.innerHeight>=1000)//自动排版 { this.StartLeft.top= this.StartLeft.top-100; this.StartLeft.bottom= this.StartLeft.bottom+100;  this.StartRight.top= this.StartRight.top-100; th...

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

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

...lesTemp: Vector3 = new Vector3(); /// <summary> /// Current distance from camera to target. /// </summary> public CurrentDistance: number; /// <summary> /// Camera target angls. /// </summary> protected targetAngles: Vector3 = new Vector3(); /// <summary> /// Target dis...

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

579. 位图字体的制作与使用(JavaScript-LayaAir基础篇(JS)-文本) [ 40%]

...选择Unicode。* ![4](img/4.png) 5.在选择菜单栏 Edit->Select chars from file,选中刚才创建的txt文件,如果有提示失败,请检查txt文件是不是unicode编码的文件以及字体是否包含文本内的字体。 ![5](img/5.png) 6.设置导出样式,选择菜单栏的 Opti...

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

580. 设置遮罩(JavaScript-LayaAir基础篇(JS)-位图) [ 40%]

...I,![图9](img/10.png) 主类代码如下 ```javascript import GameConfig from "./GameConfig"; class Main { constructor() { //根据IDE设置初始化引擎 if (window["Laya3D"]) Laya3D.init(GameConfig.width, GameConfig.height); else Laya.init(GameConfig.width, GameConfig.height, Laya["WebGL"]); La...

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