C# Class HaloMap.Render.SpawnLoads.Hills

The hills.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
hillHeight float

Public Methods

Method Description
createHillObject ( Device device, List hillPoints ) : Mesh

The create hill object.

Method Details

createHillObject() public static method

The create hill object.
public static createHillObject ( Device device, List hillPoints ) : Mesh
device Device The device.
hillPoints List The hill points.
return Mesh

Property Details

hillHeight public_oe static_oe property

The hill height.
public static float hillHeight
return float