Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
add pub method
Browse files Browse the repository at this point in the history
  • Loading branch information
esm-tmori committed Jul 29, 2020
1 parent a72701c commit 5d7e0ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Assets/Scripts/Hakoniwa/Core/WorldController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ void Update()
index++;
}
this.dbgUnityStimeSec = ((double)this.unity_simtime) / 1000000;


}
public double GetSimTime()
{
return this.dbgUnityStimeSec;
}
}
}
Expand Down

0 comments on commit 5d7e0ed

Please sign in to comment.