C# Class Willcraftia.Xna.Framework.Terrain.CDLOD.CDLODSelectedNode

Show file Open project: willcraftia/TestXna Class Usage Examples

Public Properties

Property Type Description
Level int
MaxHeight float
MinHeight float
Size int
X int
Y int

Public Methods

Method Description
GetBoundingBox ( Vector3 &terrainOffset, float mapScale, float heightScale, Microsoft.Xna.Framework.BoundingBox &boundingBox ) : void

Method Details

GetBoundingBox() public method

public GetBoundingBox ( Vector3 &terrainOffset, float mapScale, float heightScale, Microsoft.Xna.Framework.BoundingBox &boundingBox ) : void
terrainOffset Vector3
mapScale float
heightScale float
boundingBox Microsoft.Xna.Framework.BoundingBox
return void

Property Details

Level public property

public int Level
return int

MaxHeight public property

public float MaxHeight
return float

MinHeight public property

public float MinHeight
return float

Size public property

public int Size
return int

X public property

public int X
return int

Y public property

public int Y
return int