C# Class GUI.Types.Renderer.DebugUtil

Show file Open project: SteamDatabase/ValveResourceFormat

Public Methods

Method Description
AddCube ( Matrix4 transform ) : void
AddCube ( Vector3 position, float scale ) : void
DebugUtil ( ) : System
Draw ( Camera camera, bool ztest ) : void
Setup ( ) : void

Method Details

AddCube() public method

public AddCube ( Matrix4 transform ) : void
transform Matrix4
return void

AddCube() public method

public AddCube ( Vector3 position, float scale ) : void
position Vector3
scale float
return void

DebugUtil() public method

public DebugUtil ( ) : System
return System

Draw() public method

public Draw ( Camera camera, bool ztest ) : void
camera Camera
ztest bool
return void

Setup() public method

public Setup ( ) : void
return void