大约有 2,911 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0064 秒)
Laya_社区(1721) Laya3.0_api(672) Laya2.0_文档(152) Laya2.0_api(128) laya_api(122) Laya3.0_文档(89) Laya2.0_示例(16) Laya_示例(11)
...后显示下图: (图2-4) Enabled 是否使用动画效果。 Ease Type 时间/速度曲线。 Duration 整个缓动过程持续的时间。单位毫秒。 Delay 控制器页面切换后,延迟一定时间再开始缓动。单位毫秒。 在Gear界面上,我们并没有看X值的设置。...
来源: Laya3.0_文档 发布时间: 20251010
...itFlag __init__ changeVertexDefine shaderValueInit Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...itFlag __init__ changeVertexDefine shaderValueInit Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ontrol extends Laya.Script { //declare owner : Laya.Sprite3D; @property( { type : Laya.Label } ) public lab: Laya.Label; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { this.lab.pos(Laya.stage.w...
来源: Laya3.0_文档 发布时间: 20251010
...任何完成操作的机会;就是简单的立即停止 属性 Property Type Description onmessage EventListener 一个事件监听函数,每当拥有message属性的MessageEvent从worker中冒泡出来时就会执行该函数。事件的data属性存有消息内容。 onerror EventListener 一...
来源: Laya3.0_文档 发布时间: 20251010
... = Laya; @regClass() export class Script extends Laya.Script { @property({ type: Laya.Scene3D }) scene3d: Laya.Scene3D; constructor() { super(); } // 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { //支付宝小游戏 Laya.loader...
来源: Laya3.0_文档 发布时间: 20251010
...ice.getInstance().startOnlyRecordAudioMessage (mChatRoomId, YIMService.ChatType.RoomChat); } }; new Thread() { public void run() { m_Handler.post(mRunnable0); } }.start(); } private void stopAndSendAudio(){ final Runnable mRunnable0 = new Runnable() { @Override public void run() { YIMService.getInst...
来源: Laya_社区 发布时间: 20170722
...changeVertexDefine shaderValueInit Legend Object literal Variable Function Type alias Inherited constructor Inherited property Inherited method Inherited accessor Class Class with type parameter Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=Component&class=laya.components.Script ### 三、Runtime与脚本的使用区别 LayaAir的组件化开发,核心就是Runtime类与Script(脚本组件)类的合理运用,生命周期方法的使用...
来源: Laya2.0_文档 发布时间: 20210715
...PauseTimes 1 06-09 11:48:56.724 1999-2600/? D/ThermalStateManager: Thermal type: 0 cur_temperature:43 06-09 11:48:56.944 1040-1555/? D/ArpVerifier: performPollAndLog: 06-09 11:48:56.954 1654-1654/? D/StatusBar.MSimNetworkController: The latest refersh is 2013 ms ago! 06-09 11:48:56.954 1654-1654/? D...
来源: Laya_社区 发布时间: 20170609