C# Class RedBlueGames.Tools.Collider2DExtensions

Extension methods to the Collider2D class, specifically for Drawing
Show file Open project: redbluegames/rb-unity-tools

Public Methods

Method Description
DebugDraw ( this collider, Color color ) : void

Draw the collider using the DebugDraw library

Method Details

DebugDraw() public static method

Draw the collider using the DebugDraw library
public static DebugDraw ( this collider, Color color ) : void
collider this Collider instance.
color UnityEngine.Color Color for DebugDraw.
return void