FrameIT
OpenFactExplorer Class Reference
Inheritance diagram for OpenFactExplorer:

Public Member Functions

void OnPointerClick (PointerEventData eventData)
 

Public Attributes

GameObject factExplorerPrefab
 

Private Member Functions

void Awake ()
 
void Update ()
 
void HandleTouches ()
 
void DoOpenFactExplorer ()
 
bool DoSetActive ()
 

Private Attributes

float pressTime = 0f
 
bool beganTouch = false
 
DragHandling CachedDragHandling
 
FactWrapper CachedFactWrapper
 

Static Private Attributes

static Transform factExplorer
 
const float LONG_PRESS_DURATION = 0.5f
 

Member Function Documentation

◆ Awake()

void OpenFactExplorer.Awake ( )
private

◆ DoOpenFactExplorer()

void OpenFactExplorer.DoOpenFactExplorer ( )
private

◆ DoSetActive()

bool OpenFactExplorer.DoSetActive ( )
private

◆ HandleTouches()

void OpenFactExplorer.HandleTouches ( )
private

◆ OnPointerClick()

void OpenFactExplorer.OnPointerClick ( PointerEventData  eventData)

◆ Update()

void OpenFactExplorer.Update ( )
private

Member Data Documentation

◆ beganTouch

bool OpenFactExplorer.beganTouch = false
private

◆ CachedDragHandling

DragHandling OpenFactExplorer.CachedDragHandling
private

◆ CachedFactWrapper

FactWrapper OpenFactExplorer.CachedFactWrapper
private

◆ factExplorer

Transform OpenFactExplorer.factExplorer
staticprivate

◆ factExplorerPrefab

GameObject OpenFactExplorer.factExplorerPrefab

◆ LONG_PRESS_DURATION

const float OpenFactExplorer.LONG_PRESS_DURATION = 0.5f
staticprivate

◆ pressTime

float OpenFactExplorer.pressTime = 0f
private

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