C# Класс DeveloperConsole.Face3D

Represents a 3D face
Показать файл Открыть проект

Открытые методы

Метод Описание
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