forked from Shardstone/trail-into-darkness
First commit on my server, yey!
This commit is contained in:
9
Assets/Code/Core/ISceneTransition.cs
Normal file
9
Assets/Code/Core/ISceneTransition.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Nox.Core {
|
||||
public interface ISceneTransition {
|
||||
bool IsTransitioning { get; }
|
||||
void FadeOut(Action onComplete = null);
|
||||
void FadeIn(Action onComplete = null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user