Elin Decompiled Documentation EA 23.102 Nightly
|
Public Types | |
enum | NoteMode { Default , Recipe , Product , Info } |
Public Member Functions | |
void | WriteNote (UINote n, Action< UINote > onWriteNote=null, NoteMode mode=NoteMode.Default, Recipe recipe=null) |
void | OnInspect () |
Properties | |
bool | CanInspect [get] |
string | InspectName [get] |
Point | InspectPoint [get] |
Vector3 | InspectPosition [get] |
Definition at line 4 of file IInspect.cs.
enum IInspect.NoteMode |
void IInspect.OnInspect | ( | ) |
void IInspect.WriteNote | ( | UINote | n, |
Action< UINote > | onWriteNote = null , |
||
NoteMode | mode = NoteMode.Default , |
||
Recipe | recipe = null |
||
) |
|
get |
Implemented in BaseArea, BaseInspectPos, BlockInfo, Card, EloPos, ObjInfo, TaskPoint, and Zone.
Definition at line 14 of file IInspect.cs.
Referenced by InspectGroup< T >.CanInspect().
|
get |
Implemented in BaseArea, BaseInspectPos, BlockInfo, Card, EloPos, ObjInfo, TaskPoint, and Zone.
Definition at line 16 of file IInspect.cs.
Referenced by InspectGroup< T >.GetName(), and WidgetMouseover.Refresh().
|
get |
Implemented in BaseArea, BaseInspectPos, Card, EloPos, TaskPoint, and Zone.
Definition at line 18 of file IInspect.cs.
Referenced by UIInspector.DrawHighlight().
|
get |
Implemented in BaseArea, BaseInspectPos, Card, EloPos, TaskPoint, and Zone.
Definition at line 20 of file IInspect.cs.
Referenced by UIInspector.DrawHighlight().