Property | Type | Description | |
---|---|---|---|
des | GameObject | ||
gob | GameObject |
Property | Type | Description | |
---|---|---|---|
parentLT | LinkedT | ||
totalNumChoices | int |
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 |
Method | Description | |
---|---|---|
createList ( ) : void | ||
getDesObject ( GameObject gob ) : SpriteRenderer | ||
hideLevel ( ) : void | ||
nextLevel ( ) : void | ||
showLevel ( ) : void |
public LinkedT ( GameObject gob ) : System.Collections | ||
gob | GameObject | |
return | System.Collections |
public LinkedT ( GameObject gob, LinkedT lt ) : System.Collections | ||
gob | GameObject | |
lt | LinkedT | |
return | System.Collections |