PixelCrushers.Wrappers.TriggerEvent Class Reference

This wrapper for PixelCrushers.TriggerEvent keeps references intact if you switch between the compiled assembly and source code versions of the original class. More...

Inheritance diagram for PixelCrushers.Wrappers.TriggerEvent:
Collaboration diagram for PixelCrushers.Wrappers.TriggerEvent:

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.TagMaskEvent
bool IsInTagMask (string tag)
 
- Public Attributes inherited from PixelCrushers.TagMaskEvent
TagMask tagMask = new TagMask()
 
- Protected Member Functions inherited from PixelCrushers.TriggerEvent
virtual void OnTriggerEnter (Collider other)
 
virtual void OnTriggerExit (Collider other)
 
virtual void OnTriggerEnter2D (Collider2D other)
 
virtual void OnTriggerExit2D (Collider2D other)
 
- Properties inherited from PixelCrushers.TriggerEvent
GameObjectUnityEvent onTriggerEnter [get, set]
 
GameObjectUnityEvent onTriggerExit [get, set]
 

Detailed Description

This wrapper for PixelCrushers.TriggerEvent keeps references intact if you switch between the compiled assembly and source code versions of the original class.


The documentation for this class was generated from the following file: