API reference

PointableCanvasUnityEventWrapper Class

Extends MonoBehaviour
Hooks into events raised from <cref="PointableCanvasModule" /> that correspond to a referenced <cref="IPointableCanvas" />, and tracks Unity Selectable (button, toggle, etc) events on that canvas rather than hooking into each Selectable on the Canvas individually.

Protected Fields

_started : bool
Signature
bool _started

Protected Methods

Awake ()
Signature
virtual void Awake()
Returns
void
OnDisable ()
Signature
virtual void OnDisable()
Returns
void
OnEnable ()
Signature
virtual void OnEnable()
Returns
void
Start ()
Signature
virtual void Start()
Returns
void