Свойство | Тип | Описание | |
---|---|---|---|
ObjectDrawCount | int | ||
ObjectDrawCursor | int | ||
ObjectDrawHeight | float | ||
ObjectDrawOffset | int | ||
ObjectDrawWindow | int | ||
SkinSetUp | bool | ||
alt | bool | ||
cancelRefresh | bool | ||
colWidth | float | ||
compareAttrs | bool | ||
componentTypes | System.Type[][] | ||
deepCopy | bool | ||
drawAbort | bool | ||
filterTypes | List |
||
log | bool | ||
maxFrameTime | int | ||
mine | GameObject | ||
mineName | string | ||
refresh | IEnumerator | ||
refreshCount | int | ||
root | ObjectHelper | ||
rowPadding | int | ||
scroll | Vector2 | ||
selectedRowHeight | int | ||
startingWidth | float | ||
typeMask | int[] |
Метод | Описание | |
---|---|---|
DrawGenericRow ( GenericRowArguments args ) : void | ||
DrawMidButtons ( EmptyVoid, toMine, EmptyVoid, toTheirs ) : void | ||
DrawMidButtons ( bool hasMine, bool hasTheirs, EmptyVoid, toMine, EmptyVoid, toTheirs, EmptyVoid, delMine, EmptyVoid, delTheirs ) : void | ||
DrawRowHeight ( ) : void | ||
EndRow ( ) : void | ||
HandleLog ( string logString, string stackTrace, LogType type ) : void | ||
ObjectDrawCheck ( ) : bool |
Check if we can draw objects yet, and increment counter
|
|
OnDestroy ( ) : void | ||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
OnGUI ( ) : void | ||
ParseFilters ( ) : void | ||
SetUpSkin ( |
||
StartRow ( bool same ) : void | ||
Update ( ) : void | ||
YieldIfNeeded ( ) : bool |
Метод | Описание | |
---|---|---|
Init ( ) : void |
public static DrawGenericRow ( GenericRowArguments args ) : void | ||
args | GenericRowArguments | |
Результат | void |
public static DrawMidButtons ( EmptyVoid, toMine, EmptyVoid, toTheirs ) : void | ||
toMine | EmptyVoid, | |
toTheirs | EmptyVoid, | |
Результат | void |
public static DrawMidButtons ( bool hasMine, bool hasTheirs, EmptyVoid, toMine, EmptyVoid, toTheirs, EmptyVoid, delMine, EmptyVoid, delTheirs ) : void | ||
hasMine | bool | |
hasTheirs | bool | |
toMine | EmptyVoid, | |
toTheirs | EmptyVoid, | |
delMine | EmptyVoid, | |
delTheirs | EmptyVoid, | |
Результат | void |
public HandleLog ( string logString, string stackTrace, LogType type ) : void | ||
logString | string | |
stackTrace | string | |
type | LogType | |
Результат | void |
public static ObjectDrawCheck ( ) : bool | ||
Результат | bool |
public SetUpSkin ( |
||
builtinSkin | ||
Результат | void |
public static StartRow ( bool same ) : void | ||
same | bool | |
Результат | void |
public static float ObjectDrawHeight | ||
Результат | float |
public static Type[][],System componentTypes | ||
Результат | System.Type[][] |