大约有 589 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0047 秒)
Laya_社区(199) Laya2.0_示例(114) Laya3.0_文档(94) Laya2.0_api(91) laya_api(48) Laya_示例(24) Laya2.0_文档(16) Laya3.0_api(3)
...码提供了一个简单的示例,演示了如何使用视频纹理: const { regClass, property } = Laya; /** * 使用视频纹理 */ @regClass() export class Script extends Laya.Script { declare owner: Laya.Sprite3D; @property(Laya.Scene3D) private scene: Laya.Scene3D; private videoPlane: Laya....
来源: Laya3.0_文档 发布时间: 20251010
...sses | Index | Frames No Frames HBoxProperties | Methods | Events | Constants Packagelaya.uiClasspublic class HBoxInheritanceHBox LayoutBox Box Component Sprite Node EventDispatcher Object HBox 是一个水平布局容器类。 Public Properties Hide Inherited Public Properties Show Inherite...
来源: laya_api 发布时间: 20170929
...2D,输出的renderTexture2D无法正常渲染。以下是代码部分: const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { @property({type: Laya.Sprite,caption:"测试组件1"}) private testSprite: Laya.Sprite; @property({type: Laya.Sprite...
来源: Laya_社区 发布时间: 20251229
...sses | Index | Frames No Frames VBoxProperties | Methods | Events | Constants Packagelaya.uiClasspublic class VBoxInheritanceVBox LayoutBox Box UIComponent Sprite Node EventDispatcher Object VBox 是一个垂直布局容器类。 Public Properties Hide Inherited Public Properties Show Inheri...
来源: Laya2.0_api 发布时间: 20190513
...ts为例,讲解生命周期方法,以下是此脚本文件的代码: const { regClass, property } = Laya; /** * 子弹脚本,实现子弹飞行逻辑及对象池回收机制 */ @regClass() export default class Bullet extends Laya.Script { constructor() { super(); } onEnable(): void { //设...
来源: Laya3.0_文档 发布时间: 20251010
...fengliu.fkxyr-1/lib/arm64/liblayaair.so (laya::JCScriptRuntime::start(char const*)+148) #04 pc 0000000000216c6c /data/app/com.fengliu.fkxyr-1/lib/arm64/liblayaair.so (laya::JCConch::onAppStart()+268) #05 pc 000000000022b84c /data/app/com.fengliu.fkxyr-1/lib/arm64/liblayaair.so (Java_layaair_ga...
来源: Laya_社区 发布时间: 20200120
...sses | Index | Frames No Frames HBoxProperties | Methods | Events | Constants Packagelaya.uiClasspublic class HBoxInheritanceHBox LayoutBox Box UIComponent Sprite Node EventDispatcher Object HBox 是一个水平布局容器类。 Public Properties Hide Inherited Public Properties Show Inheri...
来源: Laya2.0_api 发布时间: 20190513
...ity/MainAbility.ts:10:52) 定位到MainAbility.ts:10:52 这一句报错 const nativeAppLifecycle: laya.CPPFunctions = laya.getContext(ContextType.APP_LIFECYCLE); 2025-10-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 ...
来源: Laya_社区 发布时间: 20251031
...World() + 20 laya::JSCFunction<void (*)(long)>::call(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, u... + 40 附件 : --> crash.zip 2019-09-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya...
来源: Laya_社区 发布时间: 20190919
...ton; import Loader = Laya.Loader; import SpineTemplet = Laya.SpineTemplet; const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { private skeleton: SpineSkeleton; private index: number = -1; public pageWidth: number; public pageHeight: number; onStart() { console.lo...
来源: Laya_社区 发布时间: 20230703