C# Class UnityPlatformer.BoundsExtension

UnityEngine.Bounds
Mostrar archivo Open project: llafuente/unity-platformer

Public Methods

Method Description
Draw ( this bounds, Transform transform, Color color = null ) : void

Draw the bounds using Debug.DrawRay

Method Details

Draw() static public method

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
return void