+ Generic Scene + Generic Camera + Generic Window + Contexts for drawing and updateing + very basic 2D-implermention
7 lines
No EOL
110 B
C#
7 lines
No EOL
110 B
C#
namespace SM.Base.Contexts
|
|
{
|
|
public struct UpdateContext
|
|
{
|
|
public double Deltatime;
|
|
}
|
|
} |