Ejemplo n.º 1
0
    private void SelectInstructionMenu_OnSelect(object sender, InstructionSelectionEventArgs e)
    {
        ShowInstructionMenu(_selectMenu.GetComponent <SelectInstructionMenuController>().Mode);
        ParentForInstructionHolograms.GetComponent <OffsetController>().SetTransform(InstructionManager.Instance.Instruction.OffsetForHolograms);

        DestroySelectMenu();
    }
 private void SelectInstructionMenuController_InstructionRemoved(object sender, InstructionSelectionEventArgs e)
 {
     RefreshPage();
 }
 private void SelectInstructionMenuController_InstructionSelected(object sender, InstructionSelectionEventArgs e)
 {
     InstructionSelected?.Invoke(sender, e);
 }
Ejemplo n.º 4
0
    private void SelectInstructionMenu_OnSelect(object sender, InstructionSelectionEventArgs e)
    {
        ShowInstructionMenu(_selectMenu.GetComponent <SelectInstructionMenuController>().Mode);

        DestroySelectMenu();
    }