PixelCrushers.DialogueSystem.InkSupport.InkEntrypoint Class Reference

Public Member Functions

 InkEntrypoint (string story, string knot, string stitch)
 
override string ToString ()
 Converts an InkEntrypoint in "story", "story/knot", or "story/knot.stitch".
 
string ToPopupString ()
 

Static Public Member Functions

static InkEntrypoint FromString (string s)
 Converts a string of the format "story/knot.stitch" into an InkEntrypoint object.
 

Public Attributes

string story
 
string knot
 
string stitch
 

Constructor & Destructor Documentation

◆ InkEntrypoint()

PixelCrushers.DialogueSystem.InkSupport.InkEntrypoint.InkEntrypoint ( string  story,
string  knot,
string  stitch 
)
inline

Member Function Documentation

◆ FromString()

static InkEntrypoint PixelCrushers.DialogueSystem.InkSupport.InkEntrypoint.FromString ( string  s)
inlinestatic

Converts a string of the format "story/knot.stitch" into an InkEntrypoint object.

You can omit knot and stitch – e.g., "story/knot" or "story".

◆ ToPopupString()

string PixelCrushers.DialogueSystem.InkSupport.InkEntrypoint.ToPopupString ( )
inline

◆ ToString()

override string PixelCrushers.DialogueSystem.InkSupport.InkEntrypoint.ToString ( )
inline

Converts an InkEntrypoint in "story", "story/knot", or "story/knot.stitch".

Member Data Documentation

◆ knot

string PixelCrushers.DialogueSystem.InkSupport.InkEntrypoint.knot

◆ stitch

string PixelCrushers.DialogueSystem.InkSupport.InkEntrypoint.stitch

◆ story

string PixelCrushers.DialogueSystem.InkSupport.InkEntrypoint.story

The documentation for this class was generated from the following file: