首次提交
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Ilumisoft.GraphicsControl
|
||||
{
|
||||
[DisallowMultipleComponent]
|
||||
[AddComponentMenu("Graphics Control/Settings/VSync Setting")]
|
||||
public class VSyncSetting : ToggleGraphicSetting
|
||||
{
|
||||
public override string GetSettingName() => "VSync";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user