示例#1
0
    void Update()
    {
        if (showMouseOnlyInTrigger)
        {
            if (browserTexture.ShowMouseRepresentation && !GameGUI.Inst.allowPresenterTool)
            {
                browserTexture.OnMouseExit();
            }

            browserTexture.ShowMouseRepresentation = GameGUI.Inst.allowPresenterTool;
        }
    }