Crosshair3D.EndButtonRevealer C# (CSharp) 메소드

EndButtonRevealer() 개인적인 메소드

private EndButtonRevealer ( ) : void
리턴 void
    void EndButtonRevealer()
    {
        if (previousHitButtonRevealer != null)
        {
          SendEventToGameObject(previousHitButtonRevealer, "OnRevealEnd");

          previousHitButtonRevealer = null;
        }
    }