Example #1
0
    public void RayExit()
    {
        ResetMat();

        // Detach object from hand
        if (pointerHand)
        {
            pointerHand.DetachObject(gameObject);
        }

        if (throwable)
        {
            throwable.Detach();
        }
    }