C# Class RA.RA_MainTabWindow_Research

Inheritance: MainTabWindow_Research
Mostra file Open project: RWA-Team/RimworldAscension

Public Properties

Property Type Description
BarBgTex UnityEngine.Texture2D
BarFillTex UnityEngine.Texture2D
currentFilter string
currentSortOption SortOptions
noBenchWarned bool
previousFilter string
projectListScrollPosition UnityEngine.Vector2
researchProjectsList IEnumerable
showResearchedProjects ShowResearch
sortAscending bool
texSortByCost UnityEngine.Texture2D
texSortByName UnityEngine.Texture2D

Public Methods

Method Description
DoWindowContents ( Rect tabRect ) : void
DrawDetailsPanel ( Rect rectDetailsPanel ) : void
DrawResearchesListPanel ( Rect rectSidePanel ) : void
PreOpen ( ) : void
RefreshList ( ) : void

Method Details

DoWindowContents() public method

public DoWindowContents ( Rect tabRect ) : void
tabRect UnityEngine.Rect
return void

DrawDetailsPanel() public method

public DrawDetailsPanel ( Rect rectDetailsPanel ) : void
rectDetailsPanel UnityEngine.Rect
return void

DrawResearchesListPanel() public method

public DrawResearchesListPanel ( Rect rectSidePanel ) : void
rectSidePanel UnityEngine.Rect
return void

PreOpen() public method

public PreOpen ( ) : void
return void

RefreshList() public method

public RefreshList ( ) : void
return void

Property Details

BarBgTex public_oe static_oe property

public static Texture2D,UnityEngine BarBgTex
return UnityEngine.Texture2D

BarFillTex public_oe static_oe property

public static Texture2D,UnityEngine BarFillTex
return UnityEngine.Texture2D

currentFilter public_oe property

public string currentFilter
return string

currentSortOption public_oe property

public SortOptions currentSortOption
return SortOptions

noBenchWarned public_oe property

public bool noBenchWarned
return bool

previousFilter public_oe property

public string previousFilter
return string

projectListScrollPosition public_oe property

public Vector2,UnityEngine projectListScrollPosition
return UnityEngine.Vector2

researchProjectsList public_oe property

public IEnumerable researchProjectsList
return IEnumerable

showResearchedProjects public_oe property

public ShowResearch showResearchedProjects
return ShowResearch

sortAscending public_oe property

public bool sortAscending
return bool

texSortByCost public_oe property

public Texture2D,UnityEngine texSortByCost
return UnityEngine.Texture2D

texSortByName public_oe property

public Texture2D,UnityEngine texSortByName
return UnityEngine.Texture2D