C# Class GUI.Types.Renderer.DebugUtil

Afficher le fichier Open project: SteamDatabase/ValveResourceFormat

Méthodes publiques

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

public AddCube ( Matrix4 transform ) : void
transform Matrix4
Résultat void

AddCube() public méthode

public AddCube ( Vector3 position, float scale ) : void
position Vector3
scale float
Résultat void

DebugUtil() public méthode

public DebugUtil ( ) : System
Résultat System

Draw() public méthode

public Draw ( Camera camera, bool ztest ) : void
camera Camera
ztest bool
Résultat void

Setup() public méthode

public Setup ( ) : void
Résultat void