15 [Tooltip(
"Set to true if gestures update (ManipulationUpdated, NavigationUpdated) should be logged. Note that this can impact performance.")]
16 public bool LogGesturesUpdateEvents =
false;
41 Debug.Log(
"OnPointerClick: " + pointerEventData.pointerId);
46 Debug.Log(
"OnFocusEnter");
51 Debug.Log(
"OnFocusExit");
86 Debug.LogFormat(
"OnManipulationStarted\r\nSource: {0} SourceId: {1}\r\nCumulativeDelta: {2} {3} {4}",
98 if (LogGesturesUpdateEvents)
100 Debug.LogFormat(
"OnManipulationUpdated\r\nSource: {0} SourceId: {1}\r\nCumulativeDelta: {2} {3} {4}",
113 Debug.LogFormat(
"OnManipulationCompleted\r\nSource: {0} SourceId: {1}\r\nCumulativeDelta: {2} {3} {4}",
125 Debug.LogFormat(
"OnManipulationCanceled\r\nSource: {0} SourceId: {1}\r\nCumulativeDelta: {2} {3} {4}",
137 Debug.LogFormat(
"OnNavigationStarted\r\nSource: {0} SourceId: {1}\r\nCumulativeDelta: {2} {3} {4}",
149 if (LogGesturesUpdateEvents)
151 Debug.LogFormat(
"OnNavigationUpdated\r\nSource: {0} SourceId: {1}\r\nCumulativeDelta: {2} {3} {4}",
164 Debug.LogFormat(
"OnNavigationCompleted\r\nSource: {0} SourceId: {1}\r\nCumulativeDelta: {2} {3} {4}",
176 Debug.LogFormat(
"OnNavigationCanceled\r\nSource: {0} SourceId: {1}\r\nCumulativeDelta: {2} {3} {4}",