C# Class Ink.Parsed.ConditionalSingleBranch

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

Méthodes publiques

Méthode Description
ConditionalSingleBranch ( List content ) : System.Collections.Generic
GenerateRuntimeObject ( ) : Runtime.Object
ResolveReferences ( Story context ) : void

Private Methods

Méthode Description
GenerateRuntimeForContent ( ) : Runtime.Container

Method Details

ConditionalSingleBranch() public méthode

public ConditionalSingleBranch ( List content ) : System.Collections.Generic
content 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