C# Class JournalPages, Pharos

Inheritance: MonoBehaviour
Afficher le fichier Open project: rstaewen/Pharos

Méthodes publiques

Méthode Description
Activate ( int newActiveIndex ) : void
AddPage ( int addedPageID, bool MakeAddedPageActive ) : void
Awake ( ) : void
LastPage ( ) : bool
NextPage ( ) : bool

Method Details

Activate() public méthode

public Activate ( int newActiveIndex ) : void
newActiveIndex int
Résultat void

AddPage() public méthode

public AddPage ( int addedPageID, bool MakeAddedPageActive ) : void
addedPageID int
MakeAddedPageActive bool
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

LastPage() public méthode

public LastPage ( ) : bool
Résultat bool

NextPage() public méthode

public NextPage ( ) : bool
Résultat bool