Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
StdPaint
Face
C# Class StdPaint.Face
Represents one face of a mesh.
Show file
Open project: TheBerkin/StdPaint
Class Usage Examples
Public Properties
Property
Type
Description
Color
BufferColor
Triangles
StdPaint.Triangle3f[]
Public Methods
Method
Description
Face
(
BufferColor
color
) :
System
Create a new Face from one or more triangles.
Method Details
Face()
public
method
Create a new Face from one or more triangles.
public
Face
(
BufferColor
color
) :
System
color
BufferColor
return
System
Property Details
Color
public property
The color of the face.
public
BufferColor
Color
return
BufferColor
Triangles
public property
The triangles of the face.
public
Triangle3f[],StdPaint
Triangles
return
StdPaint.Triangle3f[]