InterfaceManager.InterfaceFlags
public InterfaceStateFlags InterfaceFlags { get; set; }Description#
Get/Set Interface Flags
Usage#
Example
using NullSave.GDTK;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod() { InterfaceManager.Current.InterfaceFlags = InterfaceStateFlags.PreventPrompts; }
}