FYFY 2.3
Loading...
Searching...
No Matches
FYFY_plugins.CollisionManager Namespace Reference

Classes

class  CollisionSensitive2D
 Component allowing GameObject to be noticed when it is in collision with another GameObject. In this case the FYFY_plugins.CollisionManager.InCollision2D component (dynamically added) provides the list of GameObject in collision with him. More...
 
class  CollisionSensitive2DTarget
 
class  CollisionSensitive3D
 Component allowing GameObject to be noticed when it is in collision with another GameObject. In this case the FYFY_plugins.CollisionManager.InCollision3D component (dynamically added) provides the list of GameObject in collision with him. More...
 
class  CollisionSensitive3DTarget
 
class  InCollision2D
 Component specifying that the GameObject is in collision with at least one other GameObject. This component is managed by FYFY_plugins.CollisionManager.CollisionSensitive2D, you do not have to add, update or remove it manually. More...
 
class  InCollision3D
 Component specifying that the GameObject is in collision with at least one other GameObject. This component is managed by FYFY_plugins.CollisionManager.CollisionSensitive3D, you do not have to add, update or remove it manually. More...