C# Class DeveloperConsole.Line3D

Represents a 3D line
显示文件 Open project: Dakota628/GTAVDeveloperConsole

Public Methods

Method Description
Draw ( Color c ) : void
Line3D ( Vector3 p1, Vector3 p2 ) : System

Create a Line3D

Method Details

Draw() public method

public Draw ( Color c ) : void
c Color
return void

Line3D() public method

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
return System