mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Snapshot Interpolation Demo: simulate moving timeline behind
This commit is contained in:
parent
60f021e543
commit
20c2899e3d
@ -221,6 +221,10 @@ void OnGUI()
|
||||
{
|
||||
lowFpsMode = !lowFpsMode;
|
||||
}
|
||||
if (GUILayout.Button("Timeline 100ms behind"))
|
||||
{
|
||||
localTimeline -= 0.1;
|
||||
}
|
||||
GUILayout.FlexibleSpace();
|
||||
GUILayout.EndHorizontal();
|
||||
GUILayout.EndArea();
|
||||
|
Loading…
Reference in New Issue
Block a user