C# Class OpenBve.World.MeshFaceVertex

Represents a reference to a vertex and the normal to be used for that vertex.
Afficher le fichier Open project: leezer3/OpenBVE Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Private Methods

Méthode Description
MeshFaceVertex ( int Index ) : System
MeshFaceVertex ( int Index, Vector3 Normal ) : System
MeshFaceVertex ( int Index, Vector3Df Normal ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool