Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
StdPaint
Face
C# 클래스 StdPaint.Face
Represents one face of a mesh.
파일 보기
프로젝트 열기: TheBerkin/StdPaint
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
Color
BufferColor
Triangles
StdPaint.Triangle3f[]
공개 메소드들
메소드
설명
Face
(
BufferColor
color
) :
System
Create a new Face from one or more triangles.
메소드 상세
Face()
공개
메소드
Create a new Face from one or more triangles.
public
Face
(
BufferColor
color
) :
System
color
BufferColor
리턴
System
프로퍼티 상세
Color
공개적으로 프로퍼티
The color of the face.
public
BufferColor
Color
리턴
BufferColor
Triangles
공개적으로 프로퍼티
The triangles of the face.
public
Triangle3f[],StdPaint
Triangles
리턴
StdPaint.Triangle3f[]