feat: expand editor scripting asset and viewport flow
This commit is contained in:
@@ -3,5 +3,6 @@ namespace XCEngine
|
||||
public static class Time
|
||||
{
|
||||
public static float deltaTime => InternalCalls.Time_GetDeltaTime();
|
||||
public static float fixedDeltaTime => InternalCalls.Time_GetFixedDeltaTime();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user