C# Class RedBlueGames.Tools.Collider2DExtensions

Extension methods to the Collider2D class, specifically for Drawing
Afficher le fichier Open project: redbluegames/rb-unity-tools

Méthodes publiques

Méthode Description
DebugDraw ( this collider, Color color ) : void

Draw the collider using the DebugDraw library

Method Details

DebugDraw() public static méthode

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.
Résultat void