C# Class Ink.CommandLinePlayer

Show file Open project: inkle/ink Class Usage Examples

Public Methods

Method Description
Begin ( ) : void
CommandLinePlayer ( Story story, bool autoPlay = false, Parsed parsedStory = null, bool keepOpenAfterStoryFinish = false ) : System
EvaluateStory ( ) : void
LogDebugSourceForLine ( ) : void

Private Methods

Method Description
DebugMetadataForContentAtOffset ( int offset ) : DebugMetadata

Method Details

Begin() public method

public Begin ( ) : void
return void

CommandLinePlayer() public method

public CommandLinePlayer ( Story story, bool autoPlay = false, Parsed parsedStory = null, bool keepOpenAfterStoryFinish = false ) : System
story Story
autoPlay bool
parsedStory Parsed
keepOpenAfterStoryFinish bool
return System

EvaluateStory() public method

public EvaluateStory ( ) : void
return void

LogDebugSourceForLine() public method

public LogDebugSourceForLine ( ) : void
return void