Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
OpenBveApi
Objects
SharedFace
C# Class OpenBveApi.Objects.SharedFace
Represents a face used in a shared mesh.
Exibir arquivo
Open project: sladen/openbve
Public Properties
Property
Type
Description
Material
AbstractMaterial
Vertices
OpenBveApi.Objects.SharedVertex[]
Public Methods
Method
Description
Flip
( ) :
void
Flips the face.
Method Details
Flip()
public
method
Flips the face.
public
Flip
( ) :
void
return
void
Property Details
Material
public_oe property
The material used by this face.
public
AbstractMaterial
Material
return
AbstractMaterial
Vertices
public_oe property
The vertices of this face.
public
SharedVertex[],OpenBveApi.Objects
Vertices
return
OpenBveApi.Objects.SharedVertex[]