Ejemplo n.º 1
0
    public override void Enter(BaseTypeHnd o)
    {
        handController = o;
        if (activeObj)
        {
            handController.SetActiveObject(activeObj);

            if (!activeObj.handIsVisible)
            {
                handController.HideHand();
            }
        }
    }
Ejemplo n.º 2
0
 public override void Enter(BaseTypeHnd o)
 {
     handController = o;
     handController.HideHand();
 }