Tanoda
UnityEngine.UI.Extensions.UIWindowBase Class Reference

Includes a few fixes of my own, mainly to tidy up duplicates, remove unneeded stuff and testing. (nothing major, all the crew above did the hard work!) More...

Inheritance diagram for UnityEngine.UI.Extensions.UIWindowBase:

Public Member Functions

void OnDrag (PointerEventData eventData)
 
void OnBeginDrag (PointerEventData eventData)
 
void OnEndDrag (PointerEventData eventData)
 

Public Attributes

int KeepWindowInCanvas = 5
 
RectTransform RootTransform = null
 

Static Public Attributes

static bool ResetCoords = false
 

Detailed Description

Includes a few fixes of my own, mainly to tidy up duplicates, remove unneeded stuff and testing. (nothing major, all the crew above did the hard work!)

Definition at line 18 of file UIWindowBase.cs.

Member Function Documentation

◆ OnBeginDrag()

void UnityEngine.UI.Extensions.UIWindowBase.OnBeginDrag ( PointerEventData  eventData)

Definition at line 61 of file UIWindowBase.cs.

◆ OnDrag()

void UnityEngine.UI.Extensions.UIWindowBase.OnDrag ( PointerEventData  eventData)

Definition at line 51 of file UIWindowBase.cs.

◆ OnEndDrag()

void UnityEngine.UI.Extensions.UIWindowBase.OnEndDrag ( PointerEventData  eventData)

Definition at line 73 of file UIWindowBase.cs.

Member Data Documentation

◆ KeepWindowInCanvas

int UnityEngine.UI.Extensions.UIWindowBase.KeepWindowInCanvas = 5

Definition at line 27 of file UIWindowBase.cs.

◆ ResetCoords

bool UnityEngine.UI.Extensions.UIWindowBase.ResetCoords = false
static

Definition at line 21 of file UIWindowBase.cs.

◆ RootTransform

RectTransform UnityEngine.UI.Extensions.UIWindowBase.RootTransform = null

Definition at line 30 of file UIWindowBase.cs.


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