Beispiel #1
0
    public void Select_Choice(int index)
    {
        if (inkStory.currentChoices.Count > 0)
        {
            inkStory.ChooseChoiceIndex(index);
            choice_selected = true;
        }

        HushPuppy.destroyChildren(choiceContainer);
    }
Beispiel #2
0
 public void clearChoices()
 {
     HushPuppy.destroyChildren(choicePrefabContainer.gameObject);
 }