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