C# 클래스 UnityPlatformer.BoundsExtension

UnityEngine.Bounds
파일 보기 프로젝트 열기: llafuente/unity-platformer

공개 메소드들

메소드 설명
Draw ( this bounds, Transform transform, Color color = null ) : void

Draw the bounds using Debug.DrawRay

메소드 상세

Draw() 정적인 공개 메소드

Draw the bounds using Debug.DrawRay
static public Draw ( this bounds, Transform transform, Color color = null ) : void
bounds this
transform UnityEngine.Transform
color UnityEngine.Color
리턴 void