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

class IconAtlas in Tinman.AddOns.Rendering

Base class for icon atlases.

abstract class IconAtlas base of DefaultIcons

Public / Attributes

Handle

The bitmap handle for loading the icon atlas image.

public property Handle { get set }
type IResourceHandle
value The Bitmap handle.

Protected / Constructors

IconAtlas

Creates a new icon atlas.

protected constructor IconAtlas (int32 iconWidth, int32 iconHeight)
params iconWidth [>0] The icon width.
  iconHeight [>0] The icon height.