C# 클래스 GUITransitioner, Hero.Coli

상속: MonoBehaviour
파일 보기 프로젝트 열기: CyberCRI/Hero.Coli 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_currentScreen GameScreen,
animator InventoryAnimator,
arrowManager ArrowAnimationManager,
celliaGraph VectrosityPanel,
control CellControl,
craftScreen GameObject
gameObjectName string
hero Hero,
mainBoundCamera BoundCamera,
roomGraph VectrosityPanel,
worldScreen GameObject

공개 메소드들

메소드 설명
GoToScreen ( GameScreen, destination ) : void
Pause ( bool pause ) : void
SwitchScreen ( GameScreen, alternate1, GameScreen, alternate2 ) : void
TerminateGraphs ( ) : void
get ( ) : GUITransitioner,

비공개 메소드들

메소드 설명
Awake ( ) : void
LateUpdate ( ) : void
SetScreen1 ( bool active ) : void
SetScreen2 ( bool active ) : void
SetScreen3 ( bool active ) : void
Start ( ) : void
Update ( ) : void
ZoomIn ( ) : void
ZoomOut ( ) : void

메소드 상세

GoToScreen() 공개 메소드

public GoToScreen ( GameScreen, destination ) : void
destination GameScreen,
리턴 void

Pause() 공개 메소드

public Pause ( bool pause ) : void
pause bool
리턴 void

SwitchScreen() 공개 메소드

public SwitchScreen ( GameScreen, alternate1, GameScreen, alternate2 ) : void
alternate1 GameScreen,
alternate2 GameScreen,
리턴 void

TerminateGraphs() 공개 메소드

public TerminateGraphs ( ) : void
리턴 void

get() 공개 정적인 메소드

public static get ( ) : GUITransitioner,
리턴 GUITransitioner,

프로퍼티 상세

_currentScreen 공개적으로 프로퍼티

public GameScreen, _currentScreen
리턴 GameScreen,

animator 공개적으로 프로퍼티

public InventoryAnimator, animator
리턴 InventoryAnimator,

arrowManager 공개적으로 프로퍼티

public ArrowAnimationManager, arrowManager
리턴 ArrowAnimationManager,

celliaGraph 공개적으로 프로퍼티

public VectrosityPanel, celliaGraph
리턴 VectrosityPanel,

control 공개적으로 프로퍼티

public CellControl, control
리턴 CellControl,

craftScreen 공개적으로 프로퍼티

public GameObject craftScreen
리턴 GameObject

gameObjectName 공개적으로 정적으로 프로퍼티

public static string gameObjectName
리턴 string

hero 공개적으로 프로퍼티

public Hero, hero
리턴 Hero,

mainBoundCamera 공개적으로 프로퍼티

public BoundCamera, mainBoundCamera
리턴 BoundCamera,

roomGraph 공개적으로 프로퍼티

public VectrosityPanel, roomGraph
리턴 VectrosityPanel,

worldScreen 공개적으로 프로퍼티

public GameObject worldScreen
리턴 GameObject