C# Class OpenBve.World.MeshFaceVertex

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

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Private Methods

Method Description
MeshFaceVertex ( int Index ) : System
MeshFaceVertex ( int Index, Vector3 Normal ) : System
MeshFaceVertex ( int Index, Vector3Df Normal ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool