C# Class WaterBuoyancy.DebugUtils

Afficher le fichier Open project: dbrizov/Unity-WaterBuoyancy

Méthodes publiques

Méthode Description
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

Method Details

DrawPoint() public static méthode

public static DrawPoint ( Vector3 point ) : void
point UnityEngine.Vector3
Résultat void

DrawPoint() public static méthode

public static DrawPoint ( Vector3 point, Color color ) : void
point UnityEngine.Vector3
color UnityEngine.Color
Résultat void

DrawPoint() public static méthode

public static DrawPoint ( float x, float y, float z ) : void
x float
y float
z float
Résultat void

DrawPoint() public static méthode

public static DrawPoint ( float x, float y, float z, Color color ) : void
x float
y float
z float
color UnityEngine.Color
Résultat void