C# 클래스 NativeUI.PauseMenu.TabView

파일 보기 프로젝트 열기: Guad/NativeUI

공개 프로퍼티들

프로퍼티 타입 설명
Index int

공개 메소드들

메소드 설명
AddTab ( TabItem item ) : void
DrawInstructionalButton ( int slot, Control control, string text ) : void
ProcessControls ( ) : void
RefreshIndex ( ) : void
ShowInstructionalButtons ( ) : void
TabView ( string title ) : System
Update ( ) : void

메소드 상세

AddTab() 공개 메소드

public AddTab ( TabItem item ) : void
item TabItem
리턴 void

DrawInstructionalButton() 공개 메소드

public DrawInstructionalButton ( int slot, Control control, string text ) : void
slot int
control Control
text string
리턴 void

ProcessControls() 공개 메소드

public ProcessControls ( ) : void
리턴 void

RefreshIndex() 공개 메소드

public RefreshIndex ( ) : void
리턴 void

ShowInstructionalButtons() 공개 메소드

public ShowInstructionalButtons ( ) : void
리턴 void

TabView() 공개 메소드

public TabView ( string title ) : System
title string
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Index 공개적으로 프로퍼티

public int Index
리턴 int