C# 클래스 PortraitTableColumn, Oxygen_Not_Included_disasemble_ILSpy

상속: TableColumn
파일 보기 프로젝트 열기: Jesus05/Oxygen_Not_Included_disasemble_ILSpy

공개 프로퍼티들

프로퍼티 타입 설명
prefab_portrait GameObject,

공개 메소드들

메소드 설명
GetDefaultWidget ( GameObject, parent ) : GameObject,
GetHeaderWidget ( GameObject, parent ) : GameObject,
GetMinionWidget ( GameObject, parent ) : GameObject,
PortraitTableColumn ( Action, on_load_action, Comparison, sort_comparison, bool double_click_to_target = true ) : System,

메소드 상세

GetDefaultWidget() 공개 메소드

public GetDefaultWidget ( GameObject, parent ) : GameObject,
parent GameObject,
리턴 GameObject,

GetHeaderWidget() 공개 메소드

public GetHeaderWidget ( GameObject, parent ) : GameObject,
parent GameObject,
리턴 GameObject,

GetMinionWidget() 공개 메소드

public GetMinionWidget ( GameObject, parent ) : GameObject,
parent GameObject,
리턴 GameObject,

PortraitTableColumn() 공개 메소드

public PortraitTableColumn ( Action, on_load_action, Comparison, sort_comparison, bool double_click_to_target = true ) : System,
on_load_action Action,
sort_comparison Comparison,
double_click_to_target bool
리턴 System,

프로퍼티 상세

prefab_portrait 공개적으로 프로퍼티

public GameObject, prefab_portrait
리턴 GameObject,