C# Class MDTerrainDemo.HeightColorCollection

The class manages height colors.
显示文件 Open project: willcraftia/TestXna Class Usage Examples

Public Methods

Method Description
AddColor ( float position, Color color ) : void
AddColor ( float position, Vector4 color ) : void
this ( int index ) : HeightColor

Method Details

AddColor() public method

public AddColor ( float position, Color color ) : void
position float
color Color
return void

AddColor() public method

public AddColor ( float position, Vector4 color ) : void
position float
color Vector4
return void

this() public method

public this ( int index ) : HeightColor
index int
return HeightColor