C# Class Ink.Parsed.Conditional

Inheritance: Parsed.Object
显示文件 Open project: inkle/ink Class Usage Examples

Public Methods

Method Description
Conditional ( Expression condition, List branches ) : System.Collections.Generic
GenerateRuntimeObject ( ) : Runtime.Object
ResolveReferences ( Story context ) : void

Method Details

Conditional() public method

public Conditional ( Expression condition, List branches ) : System.Collections.Generic
condition Expression
branches List
return System.Collections.Generic

GenerateRuntimeObject() public method

public GenerateRuntimeObject ( ) : Runtime.Object
return Runtime.Object

ResolveReferences() public method

public ResolveReferences ( Story context ) : void
context Story
return void