C# Class UnityPlatformer.BoundsExtension

UnityEngine.Bounds
Afficher le fichier Open project: llafuente/unity-platformer

Méthodes publiques

Méthode Description
Draw ( this bounds, Transform transform, Color color = null ) : void

Draw the bounds using Debug.DrawRay

Method Details

Draw() static public méthode

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