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