Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
StdPaint
Face
C# Class StdPaint.Face
Represents one face of a mesh.
Afficher le fichier
Open project: TheBerkin/StdPaint
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
Color
BufferColor
Triangles
StdPaint.Triangle3f[]
Méthodes publiques
Méthode
Description
Face
(
BufferColor
color
) :
System
Create a new Face from one or more triangles.
Method Details
Face()
public
méthode
Create a new Face from one or more triangles.
public
Face
(
BufferColor
color
) :
System
color
BufferColor
Résultat
System
Property Details
Color
public_oe property
The color of the face.
public
BufferColor
Color
Résultat
BufferColor
Triangles
public_oe property
The triangles of the face.
public
Triangle3f[],StdPaint
Triangles
Résultat
StdPaint.Triangle3f[]