InterfaceManager.ShowInputCursor
public static bool ShowInputCursor { get; set; }
#
DescriptionGets/Sets if Input Cursor should be shown
#
UsageExample
using NullSave.GDTKusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InterfaceManager target) { bool result = target.ShowInputCursor; } }