C# Класс RedBlueGames.Tools.Collider2DExtensions

Extension methods to the Collider2D class, specifically for Drawing
Показать файл Открыть проект

Открытые методы

Метод Описание
DebugDraw ( this collider, Color color ) : void

Draw the collider using the DebugDraw library

Описание методов

DebugDraw() публичный статический Метод

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.
Результат void