Class LoggerLineSelectHandler
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
LoggerLineSelectHandler
Namespace: BennyKok.RuntimeDebug.Components.UI
Assembly: com.bennykok.runtime-debug-action.dll
Syntax
public class LoggerLineSelectHandler : MonoBehaviour, IPointerClickHandler, IBeginDragHandler, IEndDragHandler, IEventSystemHandler
Fields
loggerHandler
Declaration
public LoggerHandler loggerHandler
Field Value
| Type | Description |
|---|---|
| LoggerHandler |
scrollRect
Declaration
public ScrollRect scrollRect
Field Value
| Type | Description |
|---|---|
| UnityEngine.UI.ScrollRect |
text
Declaration
public TextMeshProUGUI text
Field Value
| Type | Description |
|---|---|
| TMPro.TextMeshProUGUI |
Methods
CloseLogDetails()
Declaration
public void CloseLogDetails()
OnBeginDrag(PointerEventData)
Declaration
public void OnBeginDrag(PointerEventData eventData)
Parameters
| Type | Name | Description |
|---|---|---|
| UnityEngine.EventSystems.PointerEventData | eventData |
OnEndDrag(PointerEventData)
Declaration
public void OnEndDrag(PointerEventData eventData)
Parameters
| Type | Name | Description |
|---|---|---|
| UnityEngine.EventSystems.PointerEventData | eventData |
OnPointerClick(PointerEventData)
Declaration
public void OnPointerClick(PointerEventData eventData)
Parameters
| Type | Name | Description |
|---|---|---|
| UnityEngine.EventSystems.PointerEventData | eventData |