Added FixedUpdates
This commit is contained in:
parent
777c2f6256
commit
21eaaa4900
8 changed files with 124 additions and 24 deletions
15
SMCode/SM.Base/Scene/IFixedScriptable.cs
Normal file
15
SMCode/SM.Base/Scene/IFixedScriptable.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
using SM.Base.Window.Contexts;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SM.Base.Scene
|
||||
{
|
||||
public interface IFixedScriptable
|
||||
{
|
||||
void FixedUpdate(FixedUpdateContext context);
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue