platformer
List of all members
UnityPlatformer.BoxTrigger2D Class Reference

Shortcut to create a Trigger2D, configure: BoxCollider2D and Rigidbody2D. NOTE BoxCollider2D and Rigidbody2D will be hidden. More...

Inheritance diagram for UnityPlatformer.BoxTrigger2D:
UnityPlatformer.Trigger2D

Additional Inherited Members

- Public Member Functions inherited from UnityPlatformer.Trigger2D
delegate void OnTrigger (Collider2D o)
 callback type More...
 
- Public Attributes inherited from UnityPlatformer.Trigger2D
LayerMask collisionMask
 Allowed mask, if something in the mask collide, trigger will fire! More...
 
OnTrigger onTriggerEnter2D
 callback when OnTriggerEnter2D is called with a object that match collisionMask More...
 
OnTrigger onTriggerExit2D
 callback when OnTriggerExit2D is called with a object that match collisionMask More...
 
OnTrigger onTriggerStay2D
 callback when OnTriggerStay2D is called with a object that match collisionMask More...
 
ITriggerAble obj
 Object More...
 

Detailed Description

Shortcut to create a Trigger2D, configure: BoxCollider2D and Rigidbody2D. NOTE BoxCollider2D and Rigidbody2D will be hidden.


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