Barotrauma Client Doc
Barotrauma.PanelAnimator Class Reference

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]
 

Detailed Description

Definition at line 8 of file PanelAnimator.cs.

Constructor & Destructor Documentation

◆ PanelAnimator()

Barotrauma.PanelAnimator.PanelAnimator ( RectTransform  rectTransform,
GUIFrame  leftFrame,
GUIComponent  middleFrame,
GUIFrame  rightFrame 
)

Definition at line 36 of file PanelAnimator.cs.

Member Function Documentation

◆ Update()

void Barotrauma.PanelAnimator.Update ( )

Definition at line 74 of file PanelAnimator.cs.

Member Data Documentation

◆ LeftVisible

bool Barotrauma.PanelAnimator.LeftVisible = true

Definition at line 33 of file PanelAnimator.cs.

◆ RightVisible

bool Barotrauma.PanelAnimator.RightVisible = false

Definition at line 34 of file PanelAnimator.cs.

Property Documentation

◆ LeftEnabled

bool Barotrauma.PanelAnimator.LeftEnabled
getset

Definition at line 22 of file PanelAnimator.cs.

◆ RightEnabled

bool Barotrauma.PanelAnimator.RightEnabled
getset

Definition at line 27 of file PanelAnimator.cs.