C# Класс UnityPlatformer.BoundsExtension

UnityEngine.Bounds
Показать файл Открыть проект

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

Метод Описание
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