C# Класс WaterBuoyancy.DebugUtils

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

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

Метод Описание
DrawPoint ( Vector3 point ) : void
DrawPoint ( Vector3 point, Color color ) : void
DrawPoint ( float x, float y, float z ) : void
DrawPoint ( float x, float y, float z, Color color ) : void

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

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

public static DrawPoint ( Vector3 point ) : void
point UnityEngine.Vector3
Результат void

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

public static DrawPoint ( Vector3 point, Color color ) : void
point UnityEngine.Vector3
color UnityEngine.Color
Результат void

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

public static DrawPoint ( float x, float y, float z ) : void
x float
y float
z float
Результат void

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

public static DrawPoint ( float x, float y, float z, Color color ) : void
x float
y float
z float
color UnityEngine.Color
Результат void