C# Class CNCMaps.Engine.Map.OverlayObject

Inheritance: NumberedObject
Show file Open project: zzattack/ccmaps-net Class Usage Examples

Public Properties

Property Type Description
IsGeneratedVeins bool

Public Methods

Method Description
OverlayObject ( byte overlayID, byte overlayValue ) : System
ToString ( ) : string

Method Details

OverlayObject() public method

public OverlayObject ( byte overlayID, byte overlayValue ) : System
overlayID byte
overlayValue byte
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

IsGeneratedVeins public property

public bool IsGeneratedVeins
return bool