Example #1
0
    protected virtual void OnTrackingLost()
    {
        g_script = GetComponent <Giuk_Interaction>();

        g_script.enabled = false;
    }
Example #2
0
    protected virtual void OnTrackingFound()
    {
        g_script = GetComponent <Giuk_Interaction>();

        g_script.enabled = true;
    }