初始化
This commit is contained in:
24
UnityGame/Assets/Scripts/ThirdParty/YIUIFramework/Panel/Base/Component/BaseComponent.cs
vendored
Normal file
24
UnityGame/Assets/Scripts/ThirdParty/YIUIFramework/Panel/Base/Component/BaseComponent.cs
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
namespace YIUIFramework
|
||||
{
|
||||
/// <summary>
|
||||
/// 通用UI其他组件
|
||||
/// </summary>
|
||||
public partial class BaseComponent : UIBase
|
||||
{
|
||||
#region 密封生命周期根据需求扩展
|
||||
|
||||
protected sealed override void SealedInitialize()
|
||||
{
|
||||
}
|
||||
|
||||
protected sealed override void SealedStart()
|
||||
{
|
||||
}
|
||||
|
||||
protected sealed override void SealedOnDestroy()
|
||||
{
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
3
UnityGame/Assets/Scripts/ThirdParty/YIUIFramework/Panel/Base/Component/BaseComponent.cs.meta
vendored
Normal file
3
UnityGame/Assets/Scripts/ThirdParty/YIUIFramework/Panel/Base/Component/BaseComponent.cs.meta
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e0903f39d5074d8abc2d5e4f94faa5d2
|
||||
timeCreated: 1683862460
|
||||
Reference in New Issue
Block a user