|
Barotrauma Client Doc
|
Public Member Functions | |
| PanelAnimator (RectTransform rectTransform, GUIFrame leftFrame, GUIComponent middleFrame, GUIFrame rightFrame) | |
| void | Update () |
Public Attributes | |
| bool | LeftVisible = true |
| bool | RightVisible = false |
Properties | |
| bool | LeftEnabled [get, set] |
| bool | RightEnabled [get, set] |
Definition at line 8 of file PanelAnimator.cs.
| Barotrauma.PanelAnimator.PanelAnimator | ( | RectTransform | rectTransform, |
| GUIFrame | leftFrame, | ||
| GUIComponent | middleFrame, | ||
| GUIFrame | rightFrame | ||
| ) |
Definition at line 36 of file PanelAnimator.cs.
| void Barotrauma.PanelAnimator.Update | ( | ) |
Definition at line 74 of file PanelAnimator.cs.
| bool Barotrauma.PanelAnimator.LeftVisible = true |
Definition at line 33 of file PanelAnimator.cs.
| bool Barotrauma.PanelAnimator.RightVisible = false |
Definition at line 34 of file PanelAnimator.cs.
|
getset |
Definition at line 22 of file PanelAnimator.cs.
|
getset |
Definition at line 27 of file PanelAnimator.cs.