C# (CSharp) Ink.Runtime StoryState - 1 exemples trouvés. Ce sont les exemples réels les mieux notés de Ink.Runtime.StoryState extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
All story state information is included in the StoryState class, including global variables, read counts, the pointer to the current point in the story, the call stack (for tunnels, functions, etc), and a few other smaller bits and pieces. You can save the current state using the json serialisation functions ToJson and LoadJson.