|
override void | Navigate (int direction) |
|
void | UpdateCurrentEntry (string text) |
|
void | UpdateLastEntry (string text) |
|
bool | CanEntryBeAdded (string entry) |
|
void | Initialize () |
|
void | AddRange (T[] entries) |
|
void | Add (T entry) |
|
virtual void | Navigate (int direction) |
|
void | NavigateTo (int index) |
|
void | NavigateToLast () |
|
void | NavigateToFirst () |
|
void | Clear () |
|
void | Draw (Vector2 position) |
|
void | Open () |
|
void | Close () |
|
void | ToggleOpen () |
|
|
override void | OnInitialized () |
|
override void | DrawEntry (Rect rect, string entry) |
|
override void | OnEntryClicked (string entry) |
|
override float | GetEntryWidth (string entry) |
|
override void | OnOpen () |
|
virtual void | OnInitialized () |
|
virtual void | OnBeginDraw () |
|
abstract void | OnEntryClicked (T entry) |
|
abstract void | DrawEntry (Rect rect, T entry) |
|
abstract float | GetEntryWidth (T entry) |
|
virtual void | OnOpen () |
|
|
override GUIContent | title [get] |
|
override int | size [get] |
|
override string | current [get] |
|
abstract TCurrent | current [get] |
|
bool | isOpen [get] |
|
virtual int | size [get] |
|
float | height [get] |
|
float | viewHeight [get] |
|
float | contentsHeight [get] |
|
abstract GUIContent | title [get] |
|
int | currentIndex [get] |
|
|
ScrollView | scrollView |
|
List< T > | entries |
|
const float | padding |
|
const float | titleHeight |
|
◆ Navigate()
override void SickDev.DevConsole.History.Navigate |
( |
int |
direction | ) |
|
|
inlinevirtual |
◆ OnInitialized()
override void SickDev.DevConsole.History.OnInitialized |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ OnOpen()
override void SickDev.DevConsole.History.OnOpen |
( |
| ) |
|
|
inlineprotectedvirtual |
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Plugins/DevConsole/Scripts/History.cs