Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
OpenBveApi
Objects
SharedFace
C# 클래스 OpenBveApi.Objects.SharedFace
Represents a face used in a shared mesh.
파일 보기
프로젝트 열기: sladen/openbve
공개 프로퍼티들
프로퍼티
타입
설명
Material
AbstractMaterial
Vertices
OpenBveApi.Objects.SharedVertex[]
공개 메소드들
메소드
설명
Flip
( ) :
void
Flips the face.
메소드 상세
Flip()
공개
메소드
Flips the face.
public
Flip
( ) :
void
리턴
void
프로퍼티 상세
Material
공개적으로 프로퍼티
The material used by this face.
public
AbstractMaterial
Material
리턴
AbstractMaterial
Vertices
공개적으로 프로퍼티
The vertices of this face.
public
SharedVertex[],OpenBveApi.Objects
Vertices
리턴
OpenBveApi.Objects.SharedVertex[]