C# 클래스 WaterBuoyancy.DebugUtils

파일 보기 프로젝트 열기: dbrizov/Unity-WaterBuoyancy

공개 메소드들

메소드 설명
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