C# Class Ink.Parsed.Conditional

Inheritance: Parsed.Object
Afficher le fichier Open project: inkle/ink Class Usage Examples

Méthodes publiques

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

Method Details

Conditional() public méthode

public Conditional ( Expression condition, List branches ) : System.Collections.Generic
condition Expression
branches List
Résultat System.Collections.Generic

GenerateRuntimeObject() public méthode

public GenerateRuntimeObject ( ) : Runtime.Object
Résultat Runtime.Object

ResolveReferences() public méthode

public ResolveReferences ( Story context ) : void
context Story
Résultat void