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

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

571. Unity粒子系统导出支持列表(TypeScript-3D基础(TS)-LayaAir3D之Unity插件使用) [ 44%]

...tion - Box ![Shape Box](./img/Particle_System/ShapeModule_Box.png) 1. Emit from - Volume 2. scale 3. Randomize Direction - Circle ![Shape Circle](img/Particle_System/ShapeModule_Circle.png) 1. Radius 2. Radius Thickness 数值只支持 ` 0 ` / ` 1 ` 两种数值 3. Arc 数值只支持 ` 0 ` / ` 360 ...

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

572. laya.filters.ColorFilter_API3.0 [ 44%]

...e, sprite: Sprite, context: Context, x: number, y: number): void Inherited from BlurFilter._filter Defined in laya/filters/Filter.ts:38 Parameters this: RenderSprite sprite: Sprite context: Context x: number y: number Returns void Globals "laya/filters/ColorFilter" ColorFilter constructor _matrix ad...

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

573. iOS 接入微信登录,配置了"Other Linker Flags"中加入"-Objc -all_load"后编译不通过 [ 43%]

...chitecture i386: "_zip_file_set_external_attributes", referenced from: _zip_dir_add in libconch.a(zip_dir_add.o) ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) helloworldlv • 2018-05-24 10:55 但运行后执...

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

574. 弹窗视图组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 42%]

...加如下代码: const { regClass } = Laya; import { RuntimeScriptBase } from "./RuntimeScript.generated"; @regClass() export class RuntimeScript extends RuntimeScriptBase { onAwake(): void { this.closeBtn.on(Laya.Event.CLICK, this, () => { this.close(); }); } } 1.3.3 关联场景 设置好弹...

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

575. 【简单跑酷--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

576. 如何将一段文字放置到粘贴板 , 或者说点击一个按钮后复制copy一段文字? [ 42%]

...e(Context.CLIPBOARD_SERVICE); plus.android.invoke(clip,"setText","I'm copy from Native.js"); }在 ios 下,这样写: var UIPasteboard = plus.ios.importClass("UIPasteboard"); var generalPasteboard = UIPasteboard.generalPasteboard(); // 设置/获取文本内容: generalPasteboard.setValueforPaste...

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

577. 3D物理编辑 · LayaAir3.3 · 引擎文档 · 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_文档 发布时间: 20250103

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

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

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

579. 模型与动画的导入使用 · LayaAir3.3 · 引擎文档 · 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_文档 发布时间: 20240910

580. 重要问题:关于苹果审核被拒 [ 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