TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class HeightmapEventArgs in Tinman.Terrain.Heightmaps

Event object for OnUpdated.

sealed class HeightmapEventArgs  

Public / Attributes

Region

The modified heightmap region.

public readonly field Region
type CubemapFaceRect

Source

The heightmap that has been modified.

public readonly field Source
type IHeightmap

Public / Constructors

HeightmapEventArgs

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.

Public / Methods

SetSource

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 [not-null] The resulting event argument object.