Class CanvasUtility
Helper class for setting up canvases for use in the MRTK.
Inheritance
CanvasUtility
Implements
IEventSystemHandler
Assembly: cs.temp.dll.dll
public class CanvasUtility : MonoBehaviour, IMixedRealityPointerHandler, IEventSystemHandler
Methods
Declaration
public void OnPointerClicked(MixedRealityPointerEventData eventData)
Parameters
Declaration
public void OnPointerDown(MixedRealityPointerEventData eventData)
Parameters
Declaration
public void OnPointerDragged(MixedRealityPointerEventData eventData)
Parameters
Declaration
public void OnPointerUp(MixedRealityPointerEventData eventData)
Parameters
Implements
IEventSystemHandler