C# Class HaloMap.Render.HaloBSPVertex

The halo bsp vertex.
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
FVF VertexFormats
Normal System.Vector3
Position System.Vector3
Tu0 float
Tu1 float
Tu2 float
Tu3 float
diffuse int

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

Property Details

FVF public_oe static_oe property

public static VertexFormats FVF
Résultat VertexFormats

Normal public_oe property

public Vector3,System Normal
Résultat System.Vector3

Position public_oe property

public Vector3,System Position
Résultat System.Vector3

Tu0 public_oe property

public float Tu0
Résultat float

Tu1 public_oe property

public float Tu1
Résultat float

Tu2 public_oe property

public float Tu2
Résultat float

Tu3 public_oe property

public float Tu3
Résultat float

diffuse public_oe property

public int diffuse
Résultat int