![]() |
AirControl
1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
|
Public Member Functions | |
| void | SetObject (GameObject obj) |
| void | SetButton (Button button) |
| void | SetIcon (Image icon) |
| void | SetText (ChartText text) |
| void | SetTextBackground (Image image) |
| void | SetIconSize (float width, float height) |
| Rect | GetIconRect () |
| Color | GetIconColor () |
| void | SetIconColor (Color color) |
| void | SetIconImage (Sprite image) |
| void | SetIconActive (bool active) |
| void | SetContentColor (Color color) |
| void | SetContentBackgroundColor (Color color) |
| void | SetContentPosition (Vector3 offset) |
| bool | SetContent (string content) |
| void | SetPosition (Vector3 position) |
| void | SetActive (bool active) |
Properties | |
| int | index [get, set] |
| string | name [get, set] |
| string | legendName [get, set] |
| GameObject | gameObject [get] |
| Button | button [get] |
| float | width [get] |
| float | height [get] |
Definition at line 13 of file LegendItem.cs.