大约有 2,786 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0070 秒)
Laya_社区(2257) Laya2.0_文档(123) Laya3.0_api(106) Laya_示例(84) Laya2.0_api(57) Laya2.0_示例(55) laya_api(53) Laya3.0_文档(51)
...s() export class LabelControl extends Laya.Script { //declare owner : Laya.Sprite3D; @property( { type : Laya.Label } ) public lab: Laya.Label; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { th...
来源: Laya3.0_文档 发布时间: 20251010
...例,即同一个节点只能添加此类型的脚本一次 owner owner: Sprite | Sprite3D Overrides Component.owner Defined in laya/components/Script.ts:14 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE...
来源: Laya3.0_api 发布时间: 20231115
...包找不到图集文件 laya2.2 导出场景物理碰撞问题 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 模型资源释放问题 做好的粒子特效在U3D里循环正常。在LAYA插件里预览跳帧闪烁。序列素材本身也是循环的。但是不知道为什么...
来源: Laya_社区 发布时间: 20171027
...onent.scriptPath Defined in laya/components/Component.ts:35 target target: Sprite Defined in laya/effect/EffectBase.ts:21 效用作用的目标对象,如果为空,则是脚本所在的节点本身 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/C...
来源: Laya3.0_api 发布时间: 20231115
...regClass() export class Script1 extends Laya.Script { declare owner : Laya.Sprite3D; } //TestCustomEditor.ts @IEditorEnv.customEditor(Script1) export class TestCustomEditor extends IEditorEnv.CustomEditor { declare owner: Laya.Sprite3D; onSceneGUI(): void { IEditorEnv.Handles.drawHemiSphere(this.own...
来源: Laya3.0_文档 发布时间: 20251010
...什么? 已上传 Demo 附件 TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏:HTMLDivElement的使用 微信小游戏如何使用ttf字体? LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComp...
来源: Laya_社区 发布时间: 20171226
...onent.scriptPath Defined in laya/components/Component.ts:35 target target: Sprite Inherited from EffectBase.target Defined in laya/effect/EffectBase.ts:21 效用作用的目标对象,如果为空,则是脚本所在的节点本身 Accessors awaked get awaked(): boolean Inherited from Component.aw...
来源: Laya3.0_api 发布时间: 20231115
...onent.scriptPath Defined in laya/components/Component.ts:35 target target: Sprite Inherited from EffectBase.target Defined in laya/effect/EffectBase.ts:21 效用作用的目标对象,如果为空,则是脚本所在的节点本身 Accessors awaked get awaked(): boolean Inherited from Component.aw...
来源: Laya3.0_api 发布时间: 20231115
...export class TextInputControl extends Laya.Script { //declare owner : Laya.Sprite3D; @property( { type : Laya.TextInput } ) public txtin: Laya.TextInput; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake():...
来源: Laya3.0_文档 发布时间: 20251010
... undefined LayaAir2.61 测试版 物理引擎bug 百分百 复现 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 问题状态 最新活动: 2019-03-28 17:36 浏览: 2954 关注: 2 人 shiyang • 2019-03-28 ...
来源: Laya_社区 发布时间: 20190327