C# Class Ink.StringParserState.Element

Show file Open project: inkle/ink Class Usage Examples

Public Properties

Property Type Description
characterIndex int
customFlags uint
lineIndex int
reportedErrorInScope bool
uniqueId int

Public Methods

Method Description
CopyFrom ( Element fromElement ) : void
Element ( )
SquashFrom ( Element fromElement ) : void

Method Details

CopyFrom() public method

public CopyFrom ( Element fromElement ) : void
fromElement Element
return void

Element() public method

public Element ( )

SquashFrom() public method

public SquashFrom ( Element fromElement ) : void
fromElement Element
return void

Property Details

characterIndex public property

public int characterIndex
return int

customFlags public property

public uint customFlags
return uint

lineIndex public property

public int lineIndex
return int

reportedErrorInScope public property

public bool reportedErrorInScope
return bool

uniqueId public property

public int uniqueId
return int