InteractableTriggerBroadcaster Class
Extends MonoBehaviour
Acts as a forwarder of Trigger events for Rigidbody overlaps.
Used in conjunction with CollisionInteractionRegistry.
Note: If Physics.autoSimulation is false, ForceGlobalUpdateTrigger should be called after every call to Physics.Simulate
virtual void OnTriggerStay ( Collider collider )
virtual void OnEnable ( )
virtual void FixedUpdate ( )
virtual void OnDisable ( )
virtual void OnDestroy ( )
static void ForceGlobalUpdateTriggers ( )
void InjectAllInteractableTriggerBroadcaster