C# Class DeveloperConsole.Line3D

Represents a 3D line
Afficher le fichier Open project: Dakota628/GTAVDeveloperConsole

Méthodes publiques

Méthode Description
Draw ( Color c ) : void
Line3D ( Vector3 p1, Vector3 p2 ) : System

Create a Line3D

Method Details

Draw() public méthode

public Draw ( Color c ) : void
c Color
Résultat void

Line3D() public méthode

Create a Line3D
public Line3D ( Vector3 p1, Vector3 p2 ) : System
p1 Vector3 The first point in the line
p2 Vector3 The second point in the line
Résultat System