大约有 6,598 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0105 秒)
Laya_社区(5247) Laya3.0_api(482) Laya2.0_文档(363) Laya_示例(154) Laya2.0_示例(116) Laya3.0_文档(105) Laya2.0_api(67) laya_api(64)
... 使用示例如下: const { regClass } = Laya; @regClass() export class NewScript extends Laya.Script { //被添加到节点后调用,和Awake不同的是即使节点未激活onAdded也会调用 onAdded(): void { console.log("Game onAdded"); } //组件被激活后执行,此时所有节点和...
来源: Laya3.0_文档 发布时间: 20251010
...private function byteArrayReadIntTest():void { var byteArray:ByteArray = new ByteArray(); byteArray.writeInt(100); byteArray.position = 0; var value:int; /*[IF-FLASH]*/value = byteArray.readUnsignedInt(); //[IF-SCRIPT]value = byteArray.readInt(); }单行宏用法说明 1、AS3项目中 value ...
来源: Laya_社区 发布时间: 20151106
...onPostRender onPreRender onReset onStart onUpdate Constructors constructor new EffectBase(): EffectBase Inherited from Component.constructor Defined in laya/components/Component.ts:44 创建一个新的 Component 实例。 Returns EffectBase Properties Optional _extra _extra: IComponentExtra Inherit...
来源: Laya3.0_api 发布时间: 20231115
...raverseBoundsCell sciContainsBox sciIntersectsBox Constructors constructor new BVHRenderBox(bvhmanager: BVHSpatialManager, config: BVHSpatialConfig): BVHRenderBox Inherited from BVHSpatialBox.constructor Defined in laya/d3/core/scene/bvh/BVHSpatialBox.ts:111 创建BVHSpaticalBox实例 Parameters bvh...
来源: Laya3.0_api 发布时间: 20231115
...odeFlag release CompositeInit __initDefine__ init Constructors constructor new BloomEffect(): BloomEffect Overrides PostProcessEffect.constructor Defined in laya/d3/core/render/PostEffect/BloomEffect.ts:366 创建一个 BloomEffect 实例。 Returns BloomEffect Accessors active get active(): boolean...
来源: Laya3.0_api 发布时间: 20231115
...,这种应用场景,有什么好的优化方案么 附件 : --> newinfo.rar 2018-08-14 添加评论 已悬赏20元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 138*****748 赞同来自: Chiuan 首先,你的代码有问题...
来源: Laya_社区 发布时间: 20180814
...onPostRender onPreRender onReset onStart onUpdate Constructors constructor new FadeOut(): FadeOut Inherited from Component.constructor Defined in laya/components/Component.ts:44 创建一个新的 Component 实例。 Returns FadeOut Properties Optional _extra _extra: IComponentExtra Inherited from C...
来源: Laya3.0_api 发布时间: 20231115
...onPostRender onPreRender onReset onStart onUpdate Constructors constructor new FadeIn(): FadeIn Inherited from Component.constructor Defined in laya/components/Component.ts:44 创建一个新的 Component 实例。 Returns FadeIn Properties Optional _extra _extra: IComponentExtra Inherited from Comp...
来源: Laya3.0_api 发布时间: 20231115
... { this.setup(); } private setup(): void { var Animation: Laya.Animation = new Laya.Animation(); Animation.pos(200, 200); //设置节点位置 Animation.source = "resources/role.atlas"; //接收动画数据源为图集 Animation.size(600, 275); //设置节点大小 Animation.interval = 100; //动画...
来源: Laya3.0_文档 发布时间: 20251010
... 相关问题 unity导出粒子文件问题 模型资源释放问题 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 用Mac下Unity5.6.2f1导出的模型在Mac浏览器显示正常,发布到移动端不显示模型,但是顶点数面数都有 unity导出的场景不显示实...
来源: Laya_社区 发布时间: 20180801