C# Class JournalPages, Pharos

Inheritance: MonoBehaviour
Datei anzeigen Open project: rstaewen/Pharos

Public Methods

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

Method Details

Activate() public method

public Activate ( int newActiveIndex ) : void
newActiveIndex int
return void

AddPage() public method

public AddPage ( int addedPageID, bool MakeAddedPageActive ) : void
addedPageID int
MakeAddedPageActive bool
return void

Awake() public method

public Awake ( ) : void
return void

LastPage() public method

public LastPage ( ) : bool
return bool

NextPage() public method

public NextPage ( ) : bool
return bool