forked from MoonsideGames/MoonWorks
even more frame limiter clarification
parent
dd79090028
commit
b223c31c8b
|
@ -1,6 +1,5 @@
|
||||||
namespace MoonWorks
|
namespace MoonWorks
|
||||||
{
|
{
|
||||||
|
|
||||||
public enum FrameLimiterMode
|
public enum FrameLimiterMode
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -15,7 +14,8 @@ namespace MoonWorks
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The Game's frame limiter setting. Specifies uncapped framerate or a maximum rendering frames per second value.
|
/// The Game's frame limiter setting. Specifies uncapped framerate or a maximum rendering frames per second value. <br/>
|
||||||
|
/// Note that this is separate from the Game's Update timestep and can be a different value.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public struct FrameLimiterSettings
|
public struct FrameLimiterSettings
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue