C# Class DeveloperConsole.Face3D

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

Public Methods

Method Description
Draw ( Color c ) : void

Draws the face

Face3D ( Vector3 bottomLeft, Vector3 topRight, Vector3 topLeft, Vector3 bottomRight ) : System

Create a Face3D

Method Details

Draw() public method

Draws the face
public Draw ( Color c ) : void
c Color The color of the face
return void

Face3D() public method

Create a Face3D
public Face3D ( Vector3 bottomLeft, Vector3 topRight, Vector3 topLeft, Vector3 bottomRight ) : System
bottomLeft Vector3 The bottom left corner of the face
topRight Vector3 The top right corner of the face
topLeft Vector3 The top left corner of the face
bottomRight Vector3 The bottom right corner of the face
return System