C# Class HaloMap.Render.HaloBSPVertex

The halo bsp vertex.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
FVF VertexFormats
Normal System.Vector3
Position System.Vector3
Tu0 float
Tu1 float
Tu2 float
Tu3 float
diffuse int

Public Methods

Method Description
ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string

Property Details

FVF public_oe static_oe property

public static VertexFormats FVF
return VertexFormats

Normal public_oe property

public Vector3,System Normal
return System.Vector3

Position public_oe property

public Vector3,System Position
return System.Vector3

Tu0 public_oe property

public float Tu0
return float

Tu1 public_oe property

public float Tu1
return float

Tu2 public_oe property

public float Tu2
return float

Tu3 public_oe property

public float Tu3
return float

diffuse public_oe property

public int diffuse
return int