C# Class GUITransitioner, Hero.Coli

Inheritance: MonoBehaviour
Afficher le fichier Open project: CyberCRI/Hero.Coli Class Usage Examples

Méthodes publiques

Свойство Type Description
_currentScreen GameScreen,
animator InventoryAnimator,
arrowManager ArrowAnimationManager,
celliaGraph VectrosityPanel,
control CellControl,
craftScreen GameObject
gameObjectName string
hero Hero,
mainBoundCamera BoundCamera,
roomGraph VectrosityPanel,
worldScreen GameObject

Méthodes publiques

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

Private Methods

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

public GoToScreen ( GameScreen, destination ) : void
destination GameScreen,
Résultat void

Pause() public méthode

public Pause ( bool pause ) : void
pause bool
Résultat void

SwitchScreen() public méthode

public SwitchScreen ( GameScreen, alternate1, GameScreen, alternate2 ) : void
alternate1 GameScreen,
alternate2 GameScreen,
Résultat void

TerminateGraphs() public méthode

public TerminateGraphs ( ) : void
Résultat void

get() public static méthode

public static get ( ) : GUITransitioner,
Résultat GUITransitioner,

Property Details

_currentScreen public_oe property

public GameScreen, _currentScreen
Résultat GameScreen,

animator public_oe property

public InventoryAnimator, animator
Résultat InventoryAnimator,

arrowManager public_oe property

public ArrowAnimationManager, arrowManager
Résultat ArrowAnimationManager,

celliaGraph public_oe property

public VectrosityPanel, celliaGraph
Résultat VectrosityPanel,

control public_oe property

public CellControl, control
Résultat CellControl,

craftScreen public_oe property

public GameObject craftScreen
Résultat GameObject

gameObjectName public_oe static_oe property

public static string gameObjectName
Résultat string

hero public_oe property

public Hero, hero
Résultat Hero,

mainBoundCamera public_oe property

public BoundCamera, mainBoundCamera
Résultat BoundCamera,

roomGraph public_oe property

public VectrosityPanel, roomGraph
Résultat VectrosityPanel,

worldScreen public_oe property

public GameObject worldScreen
Résultat GameObject