C# 클래스 GUI.Types.Renderer.DebugUtil

파일 보기 프로젝트 열기: SteamDatabase/ValveResourceFormat

공개 메소드들

메소드 설명
AddCube ( Matrix4 transform ) : void
AddCube ( Vector3 position, float scale ) : void
DebugUtil ( ) : System
Draw ( Camera camera, bool ztest ) : void
Setup ( ) : void

메소드 상세

AddCube() 공개 메소드

public AddCube ( Matrix4 transform ) : void
transform Matrix4
리턴 void

AddCube() 공개 메소드

public AddCube ( Vector3 position, float scale ) : void
position Vector3
scale float
리턴 void

DebugUtil() 공개 메소드

public DebugUtil ( ) : System
리턴 System

Draw() 공개 메소드

public Draw ( Camera camera, bool ztest ) : void
camera Camera
ztest bool
리턴 void

Setup() 공개 메소드

public Setup ( ) : void
리턴 void