VR Interaction Framework v2.0
Loading...
Searching...
No Matches
GrabbableEvents.cs File Reference

Classes

class  BNG.GrabbableEvents
 Override this class to respond to various events that happen to this Grabbable. More...
 
class  BNG.FloatEvent
 A UnityEvent with a float as a parameter. More...
 
class  BNG.FloatFloatEvent
 A UnityEvent with a 2 floats as parameters. More...
 
class  BNG.GrabberEvent
 A UnityEvent with a Grabber as the parameter. More...
 
class  BNG.GrabbableEvent
 A UnityEvent with a Grabbable as the parameter. More...
 
class  BNG.RaycastHitEvent
 A UnityEvent with a RaycastHit as the parameter. More...
 
class  BNG.Vector2Event
 A UnityEvent with a Vector2 as a parameter. More...
 
class  BNG.Vector3Event
 A UnityEvent with a Vector3 as a parameter. More...
 
class  BNG.PointerEventDataEvent
 A UnityEvent with a Vector3 as a parameter. More...
 

Namespaces

namespace  BNG
 Use this to trigger buttons or UI elements in addition to Grabber objects.