C# Class LinkedTitle.LinkedT, COMA

Show file Open project: GDACollab/COMA

Public Properties

Property Type Description
des GameObject
gob GameObject

Protected Properties

Property Type Description
parentLT LinkedT
totalNumChoices int

Public Methods

Method Description
LinkedT ( ) : System.Collections
LinkedT ( GameObject gob ) : System.Collections
LinkedT ( GameObject gob, LinkedT lt ) : System.Collections
getCurrObject ( ) : GameObject
init ( ) : void
nextObject ( ) : void
prevLevel ( ) : LinkedT
prevObject ( ) : void
printList ( ) : void
selectChoice ( ) : LinkedT

Private Methods

Method Description
createList ( ) : void
getDesObject ( GameObject gob ) : SpriteRenderer
hideLevel ( ) : void
nextLevel ( ) : void
showLevel ( ) : void

Method Details

LinkedT() public method

public LinkedT ( ) : System.Collections
return System.Collections

LinkedT() public method

public LinkedT ( GameObject gob ) : System.Collections
gob GameObject
return System.Collections

LinkedT() public method

public LinkedT ( GameObject gob, LinkedT lt ) : System.Collections
gob GameObject
lt LinkedT
return System.Collections

getCurrObject() public method

public getCurrObject ( ) : GameObject
return GameObject

init() public method

public init ( ) : void
return void

nextObject() public method

public nextObject ( ) : void
return void

prevLevel() public method

public prevLevel ( ) : LinkedT
return LinkedT

prevObject() public method

public prevObject ( ) : void
return void

printList() public method

public printList ( ) : void
return void

selectChoice() public method

public selectChoice ( ) : LinkedT
return LinkedT

Property Details

des public property

public GameObject des
return GameObject

gob public property

public GameObject gob
return GameObject

parentLT protected property

protected LinkedT parentLT
return LinkedT

totalNumChoices protected property

protected int totalNumChoices
return int