Constructor StoryBookStory
StoryBookStory(string, Func<VisualElement>)
Constructor.
Declaration
public StoryBookStory(string name, Func<VisualElement> createGUI)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the story. |
Func<VisualElement> | createGUI | The function that creates the GUI of the story. |