My Project
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | Protected Member Functions | Properties | List of all members
Rewired.UI.ControlMapper.Window Class Reference
Inheritance diagram for Rewired.UI.ControlMapper.Window:
Rewired.UI.ControlMapper.CalibrationWindow Rewired.UI.ControlMapper.InputBehaviorWindow

Classes

class  Timer
 

Public Member Functions

virtual void Initialize (int id, System.Func< int, bool > isFocusedCallback)
 
void SetSize (int width, int height)
 
void CreateTitleText (GameObject prefab, Vector2 offset)
 
void CreateTitleText (GameObject prefab, Vector2 offset, string text)
 
void AddContentText (GameObject prefab, UIPivot pivot, UIAnchor anchor, Vector2 offset)
 
void AddContentText (GameObject prefab, UIPivot pivot, UIAnchor anchor, Vector2 offset, string text)
 
void AddContentImage (GameObject prefab, UIPivot pivot, UIAnchor anchor, Vector2 offset)
 
void AddContentImage (GameObject prefab, UIPivot pivot, UIAnchor anchor, Vector2 offset, string text)
 
void CreateButton (GameObject prefab, UIPivot pivot, UIAnchor anchor, Vector2 offset, string buttonText, UnityAction confirmCallback, UnityAction cancelCallback, bool setDefault)
 
string GetTitleText (string text)
 
void SetTitleText (string text)
 
string GetContentText (int index)
 
float GetContentTextHeight (int index)
 
void SetContentText (string text, int index)
 
void SetUpdateCallback (System.Action< int > callback)
 
virtual void TakeInputFocus ()
 
virtual void Enable ()
 
virtual void Disable ()
 
virtual void Cancel ()
 

Public Attributes

Image backgroundImage
 
GameObject content
 
UnityAction cancelCallback
 

Protected Member Functions

virtual void Update ()
 

Properties

bool hasFocus [get]
 
int id [get]
 
RectTransform rectTransform [get]
 
Text titleText [get]
 
List< Text > contentText [get]
 
GameObject defaultUIElement [get, set]
 
System.Action< int > updateCallback [get, set]
 
Timer timer [get]
 
int width [get, set]
 
int height [get, set]
 
bool initialized [get]
 

The documentation for this class was generated from the following file: