C# Class LinkedTitle.LinkedT, COMA

Afficher le fichier Open project: GDACollab/COMA

Méthodes publiques

Свойство Type Description
des GameObject
gob GameObject

Protected Properties

Свойство Type Description
parentLT LinkedT
totalNumChoices int

Méthodes publiques

Méthode 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

Méthode Description
createList ( ) : void
getDesObject ( GameObject gob ) : SpriteRenderer
hideLevel ( ) : void
nextLevel ( ) : void
showLevel ( ) : void

Method Details

LinkedT() public méthode

public LinkedT ( ) : System.Collections
Résultat System.Collections

LinkedT() public méthode

public LinkedT ( GameObject gob ) : System.Collections
gob GameObject
Résultat System.Collections

LinkedT() public méthode

public LinkedT ( GameObject gob, LinkedT lt ) : System.Collections
gob GameObject
lt LinkedT
Résultat System.Collections

getCurrObject() public méthode

public getCurrObject ( ) : GameObject
Résultat GameObject

init() public méthode

public init ( ) : void
Résultat void

nextObject() public méthode

public nextObject ( ) : void
Résultat void

prevLevel() public méthode

public prevLevel ( ) : LinkedT
Résultat LinkedT

prevObject() public méthode

public prevObject ( ) : void
Résultat void

printList() public méthode

public printList ( ) : void
Résultat void

selectChoice() public méthode

public selectChoice ( ) : LinkedT
Résultat LinkedT

Property Details

des public_oe property

public GameObject des
Résultat GameObject

gob public_oe property

public GameObject gob
Résultat GameObject

parentLT protected_oe property

protected LinkedT parentLT
Résultat LinkedT

totalNumChoices protected_oe property

protected int totalNumChoices
Résultat int