Entity to attach the callbacks, list of options to trigger Feedback, Button, and Callback
Execute callback when the user press the InputButton pointing at the entity
Entity to attach the callback, Opts to trigger Feedback and Button
Optional opts?: Partial<EventSystemOptions>Use onPointerDown with (pointerData, cb)
Entity to attach the callback
Function to execute when click fires
Optional opts: Partial<EventSystemOptions>Opts to trigger Feedback and Button
Execute callbacks when the user drags the pointer from inside the entity
Entity to attach the callbacks, list of options to trigger Feedback, Button, and Callback
Execute callback when the user clicks and drags the pointer from inside the entity
Entity to attach the callback - Opts to trigger Feedback and Button
Optional opts?: Partial<EventSystemOptions>Function to execute when click fires
Execute callbacks when the user releases a button after a drag
Entity to attach the callbacks, list of options to trigger Feedback, Button, and Callback
Execute callback when the user releases the button after a drag
Entity to attach the callback - Opts to trigger Feedback and Button
Optional opts?: Partial<EventSystemOptions>Function to execute when click fires
Execute callbacks when the user drags the pointer from inside the entity, locking the cursor in place.
Entity to attach the callbacks, list of options to trigger Feedback, Button, and Callback
Execute callback when the user clicks and drags the pointer from inside the entity, locking the cursor in place
Entity to attach the callback - Opts to trigger Feedback and Button
Optional opts?: Partial<EventSystemOptions>Function to execute when click fires
Execute callback when the user place the pointer over the entity
Entity to attach the callback - Opts to trigger Feedback and Button
Optional opts?: Partial<EventSystemOptions>Function to execute when click fires
Execute callback when the user take the pointer out of the entity
Entity to attach the callback - Opts to trigger Feedback and Button
Optional opts?: Partial<EventSystemOptions>Function to execute when click fires
Execute callbacks when the user releases one of the InputButtons pointing at the entity
Entity to attach the callbacks, list of options to trigger Feedback, Button, and Callback
Execute callback when the user releases the InputButton pointing at the entity
Entity to attach the callback - Opts to trigger Feedback and Button
Optional opts?: Partial<EventSystemOptions>Function to execute when click fires
Use onPointerUp with (pointerData, cb)
Entity to attach the callback
Function to execute when click fires
Optional opts: Partial<EventSystemOptions>Opts to trigger Feedback and Button
Execute callbacks when the user presses one of the InputButtons pointing at the entity