C# 클래스 DeveloperConsole.Face3D

Represents a 3D face
파일 보기 프로젝트 열기: Dakota628/GTAVDeveloperConsole

공개 메소드들

메소드 설명
Draw ( Color c ) : void

Draws the face

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

Create a Face3D

메소드 상세

Draw() 공개 메소드

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

Face3D() 공개 메소드

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
리턴 System