C# Class GUITransitioner, Hero.Coli

Inheritance: MonoBehaviour
Show file Open project: CyberCRI/Hero.Coli Class Usage Examples

Public Properties

Property Type Description
_currentScreen GameScreen,
animator InventoryAnimator,
arrowManager ArrowAnimationManager,
celliaGraph VectrosityPanel,
control CellControl,
craftScreen GameObject
gameObjectName string
hero Hero,
mainBoundCamera BoundCamera,
roomGraph VectrosityPanel,
worldScreen GameObject

Public Methods

Method Description
GoToScreen ( GameScreen, destination ) : void
Pause ( bool pause ) : void
SwitchScreen ( GameScreen, alternate1, GameScreen, alternate2 ) : void
TerminateGraphs ( ) : void
get ( ) : GUITransitioner,

Private Methods

Method Description
Awake ( ) : void
LateUpdate ( ) : void
SetScreen1 ( bool active ) : void
SetScreen2 ( bool active ) : void
SetScreen3 ( bool active ) : void
Start ( ) : void
Update ( ) : void
ZoomIn ( ) : void
ZoomOut ( ) : void

Method Details

GoToScreen() public method

public GoToScreen ( GameScreen, destination ) : void
destination GameScreen,
return void

Pause() public method

public Pause ( bool pause ) : void
pause bool
return void

SwitchScreen() public method

public SwitchScreen ( GameScreen, alternate1, GameScreen, alternate2 ) : void
alternate1 GameScreen,
alternate2 GameScreen,
return void

TerminateGraphs() public method

public TerminateGraphs ( ) : void
return void

get() public static method

public static get ( ) : GUITransitioner,
return GUITransitioner,

Property Details

_currentScreen public property

public GameScreen, _currentScreen
return GameScreen,

animator public property

public InventoryAnimator, animator
return InventoryAnimator,

arrowManager public property

public ArrowAnimationManager, arrowManager
return ArrowAnimationManager,

celliaGraph public property

public VectrosityPanel, celliaGraph
return VectrosityPanel,

control public property

public CellControl, control
return CellControl,

craftScreen public property

public GameObject craftScreen
return GameObject

gameObjectName public static property

public static string gameObjectName
return string

hero public property

public Hero, hero
return Hero,

mainBoundCamera public property

public BoundCamera, mainBoundCamera
return BoundCamera,

roomGraph public property

public VectrosityPanel, roomGraph
return VectrosityPanel,

worldScreen public property

public GameObject worldScreen
return GameObject