CursorManager.UnfreezeCursorTexture C# (CSharp) Method

UnfreezeCursorTexture() public method

public UnfreezeCursorTexture ( ) : void
return void
    public void UnfreezeCursorTexture()
    {
        cursorChangePossible = true;
    }