OpenMetaverse Protocol Library Developers API Documentation
LandPatchReceivedEventArgs Constructor (simulator, x, y, patchSize, heightMap)
NamespacesOpenMetaverse LandPatchReceivedEventArgsLandPatchReceivedEventArgs(Simulator, Int32, Int32, Int32, array< Single > [] () [] [] )
Initializes a new instance of the LandPatchReceivedEventArgsclass
Declaration Syntax
C#
public 
LandPatchReceivedEventArgs(
        
Simulator 
simulator,
        
int 
x,
        
int 
y,
        
int 
patchSize,
        
float[] 
heightMap
)
Parameters
simulator ( Simulator)
x ( Int32)
y ( Int32)
patchSize ( Int32)
heightMap ( array< Single > [] () [] [] )

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)