feat: expand editor scripting asset and viewport flow

This commit is contained in:
2026-04-03 13:22:30 +08:00
parent ed8c27fde2
commit a05d0b80a2
124 changed files with 10397 additions and 1737 deletions

View File

@@ -3,5 +3,6 @@ namespace XCEngine
public static class Time
{
public static float deltaTime => InternalCalls.Time_GetDeltaTime();
public static float fixedDeltaTime => InternalCalls.Time_GetFixedDeltaTime();
}
}