增加A2WToolBox工具集,增加Launch场景核LaunchPanel
This commit is contained in:
19
Assets/A2WToolBox/Runtime/SceneLoader/ITransition.cs
Normal file
19
Assets/A2WToolBox/Runtime/SceneLoader/ITransition.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace A2W
|
||||
{
|
||||
public interface ITransition
|
||||
{
|
||||
public void Init(Transform parent);
|
||||
|
||||
public void Begin();
|
||||
|
||||
public void Finish();
|
||||
|
||||
public bool IsDone();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user