C# Class WaterBuoyancy.DebugUtils

Mostra file Open project: dbrizov/Unity-WaterBuoyancy

Public Methods

Method 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 method

public static DrawPoint ( Vector3 point ) : void
point UnityEngine.Vector3
return void

DrawPoint() public static method

public static DrawPoint ( Vector3 point, Color color ) : void
point UnityEngine.Vector3
color UnityEngine.Color
return void

DrawPoint() public static method

public static DrawPoint ( float x, float y, float z ) : void
x float
y float
z float
return void

DrawPoint() public static method

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