C# Class Ink.StringParserState.Element

Afficher le fichier Open project: inkle/ink Class Usage Examples

Méthodes publiques

Свойство Type Description
characterIndex int
customFlags uint
lineIndex int
reportedErrorInScope bool
uniqueId int

Méthodes publiques

Méthode Description
CopyFrom ( Element fromElement ) : void
Element ( )
SquashFrom ( Element fromElement ) : void

Method Details

CopyFrom() public méthode

public CopyFrom ( Element fromElement ) : void
fromElement Element
Résultat void

Element() public méthode

public Element ( )

SquashFrom() public méthode

public SquashFrom ( Element fromElement ) : void
fromElement Element
Résultat void

Property Details

characterIndex public_oe property

public int characterIndex
Résultat int

customFlags public_oe property

public uint customFlags
Résultat uint

lineIndex public_oe property

public int lineIndex
Résultat int

reportedErrorInScope public_oe property

public bool reportedErrorInScope
Résultat bool

uniqueId public_oe property

public int uniqueId
Résultat int