C# Класс UnityPlatformer.Vector3Extension

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

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

Метод Описание
Draw ( this point, float extend = 0.5f, Color color = null ) : void

Draw using Debug.DrawRay

DrawZAngle ( this point, float degreeAngle = 0.5f, Color color = null ) : void

Draw a Vector3 like if it was an angle

Описание методов

Draw() статический публичный Метод

Draw using Debug.DrawRay
static public Draw ( this point, float extend = 0.5f, Color color = null ) : void
point this
extend float
color UnityEngine.Color
Результат void

DrawZAngle() статический публичный Метод

Draw a Vector3 like if it was an angle
static public DrawZAngle ( this point, float degreeAngle = 0.5f, Color color = null ) : void
point this
degreeAngle float
color UnityEngine.Color
Результат void