C# Class OctreeZone.TerrainZonePageConstructedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Свойство Type Description
HeightData Real[]
PageX int
PageZ int

Méthodes publiques

Méthode Description
TerrainZonePageConstructedEventArgs ( int pagex, int pagez, Real heightData ) : System

Method Details

TerrainZonePageConstructedEventArgs() public méthode

public TerrainZonePageConstructedEventArgs ( int pagex, int pagez, Real heightData ) : System
pagex int
pagez int
heightData Real
Résultat System

Property Details

HeightData public_oe property

public Real[] HeightData
Résultat Real[]

PageX public_oe property

public int PageX
Résultat int

PageZ public_oe property

public int PageZ
Résultat int