| Icon | Member | Description |
|---|---|---|
| FindAdapter(String) |
Finds a ComponentAdapter globally. If such an adapter exists, returns it; if not, returns null This lookup is most often used for looking up component factories (of popup windows) | |
| FindAdapter<(Of <<'(T>)>>)(String) |
Finds a ComponentAdapter globally. If such an adapter exists, returns it; if not, returns null This lookup is most often used for looking up component factories (of popup windows) | |
| FindAdapter(GameObject, String) |
Finds a gui element in children. If such an element exists, returns it; if not, returns null
| |
| FindAdapter<(Of <<'(T>)>>)(GameObject, String) |
Finds a gui element in children. If such an element exists, returns it; if not, returns null
|