C# Class OpenBveApi.Objects.SharedFace

Represents a face used in a shared mesh.
Afficher le fichier Open project: sladen/openbve

Méthodes publiques

Свойство Type Description
Material AbstractMaterial
Vertices OpenBveApi.Objects.SharedVertex[]

Méthodes publiques

Méthode Description
Flip ( ) : void

Flips the face.

Method Details

Flip() public méthode

Flips the face.
public Flip ( ) : void
Résultat void

Property Details

Material public_oe property

The material used by this face.
public AbstractMaterial Material
Résultat AbstractMaterial

Vertices public_oe property

The vertices of this face.
public SharedVertex[],OpenBveApi.Objects Vertices
Résultat OpenBveApi.Objects.SharedVertex[]