C# Class Ink.StringParserState.Element

ファイルを表示 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_oe property

public int characterIndex
return int

customFlags public_oe property

public uint customFlags
return uint

lineIndex public_oe property

public int lineIndex
return int

reportedErrorInScope public_oe property

public bool reportedErrorInScope
return bool

uniqueId public_oe property

public int uniqueId
return int