C# 클래스 Fluffy.Widgets_Filter

파일 보기 프로젝트 열기: FluffierThanThou/RW_EnhancedTabs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Filter bool
FilterPawnKind List
FilterPossible bool
Filters List

공개 메소드들

메소드 설명
DisableFilter ( ) : void
EnableFilter ( ) : void
FilterAllPawnKinds ( ) : void
FilterAnimals ( List pawns ) : List
QuickFilterPawnKind ( PawnKindDef def ) : void
ResetFilter ( ) : void
ResetPawnKindFilter ( ) : void
TogglePawnKindFilter ( PawnKindDef pawnKind, bool remove = true ) : void

메소드 상세

DisableFilter() 공개 정적인 메소드

public static DisableFilter ( ) : void
리턴 void

EnableFilter() 공개 정적인 메소드

public static EnableFilter ( ) : void
리턴 void

FilterAllPawnKinds() 공개 정적인 메소드

public static FilterAllPawnKinds ( ) : void
리턴 void

FilterAnimals() 공개 정적인 메소드

public static FilterAnimals ( List pawns ) : List
pawns List
리턴 List

QuickFilterPawnKind() 공개 정적인 메소드

public static QuickFilterPawnKind ( PawnKindDef def ) : void
def PawnKindDef
리턴 void

ResetFilter() 공개 정적인 메소드

public static ResetFilter ( ) : void
리턴 void

ResetPawnKindFilter() 공개 정적인 메소드

public static ResetPawnKindFilter ( ) : void
리턴 void

TogglePawnKindFilter() 공개 정적인 메소드

public static TogglePawnKindFilter ( PawnKindDef pawnKind, bool remove = true ) : void
pawnKind PawnKindDef
remove bool
리턴 void

프로퍼티 상세

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

public static bool Filter
리턴 bool

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

public static List FilterPawnKind
리턴 List

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

public static bool FilterPossible
리턴 bool

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

public static List Filters
리턴 List