C# Class Ink.Runtime.CallStack.Thread

Mostra file Open project: inkle/ink

Public Properties

Property Type Description
callstack List
previousContentObject Runtime.Object
threadIndex int

Public Methods

Method Description
Copy ( ) : Thread
Thread ( ) : System.Collections.Generic
Thread ( object>.Dictionary jThreadObj, Story storyContext ) : System.Collections.Generic

Method Details

Copy() public method

public Copy ( ) : Thread
return Thread

Thread() public method

public Thread ( ) : System.Collections.Generic
return System.Collections.Generic

Thread() public method

public Thread ( object>.Dictionary jThreadObj, Story storyContext ) : System.Collections.Generic
jThreadObj object>.Dictionary
storyContext Story
return System.Collections.Generic

Property Details

callstack public_oe property

public List callstack
return List

previousContentObject public_oe property

public Runtime.Object previousContentObject
return Runtime.Object

threadIndex public_oe property

public int threadIndex
return int