Event object for OnUpdated.
sealed class
|
HeightmapEventArgs
|
The modified heightmap region.
public
readonly
field
|
Region
|
||
type
|
CubemapFaceRect
|
The heightmap that has been modified.
public
readonly
field
|
Source
|
||
type
|
IHeightmap
|
Creates a new instance of HeightmapEventArgs.
public
constructor
|
HeightmapEventArgs
(IHeightmap source,
CubemapFaceRect region)
|
||
params
|
source
|
[not-null]
|
The heightmap that has been modified. |
region
|
The modified heightmap region. |
Creates a new instance of HeightmapEventArgs for the given source heightmap.
public
method
|
SetSource
(IHeightmap source)
|
||
type
|
HeightmapEventArgs
|
||
params
|
source
|
[not-null]
|
The heightmap that has been modified. |
returns
|
|
The resulting event argument object. |