C# 클래스 RedBlueGames.Tools.Collider2DExtensions

Extension methods to the Collider2D class, specifically for Drawing
파일 보기 프로젝트 열기: redbluegames/rb-unity-tools

공개 메소드들

메소드 설명
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