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[]