InterfaceManager.PreventWindows
public static bool PreventWindows { get; }
#
DescriptionReturns if Interface Flags contains PreventWindows
#
UsageExample
using NullSave.GDTK;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod() { InterfaceManager.PreventWindows = true; }
}