C# 클래스 ActionButtonManager, gro-ui

상속: MonoBehaviour
파일 보기 프로젝트 열기: OpenAgInitiative/gro-ui 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
actionButtonManager ActionButtonManager,
actionButtons List
collapseArrow Image
collapseButton Button

공개 메소드들

메소드 설명
Awake ( ) : void
CollapseButtonPress ( ) : void
CollapsePanel ( bool val ) : void
ModuleEnd ( ) : void
ModuleStart ( ) : void
SetActionButtonsInteractable ( bool val ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

CollapseButtonPress() 공개 메소드

public CollapseButtonPress ( ) : void
리턴 void

CollapsePanel() 공개 메소드

public CollapsePanel ( bool val ) : void
val bool
리턴 void

ModuleEnd() 공개 메소드

public ModuleEnd ( ) : void
리턴 void

ModuleStart() 공개 메소드

public ModuleStart ( ) : void
리턴 void

SetActionButtonsInteractable() 공개 메소드

public SetActionButtonsInteractable ( bool val ) : void
val bool
리턴 void

프로퍼티 상세

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

public static ActionButtonManager, actionButtonManager
리턴 ActionButtonManager,

actionButtons 공개적으로 프로퍼티

public List
리턴 List

collapseArrow 공개적으로 프로퍼티

public Image collapseArrow
리턴 Image

collapseButton 공개적으로 프로퍼티

public Button collapseButton
리턴 Button