C# Class Editor.Level

Inheritance: Item
Datei anzeigen Open project: PowerKiKi/polukili Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Paint ( System args, State state ) : void
Read ( System element ) : void
SetFileName ( string filename ) : void
ToXML ( System writer ) : void

Method Details

Paint() public method

public Paint ( System args, State state ) : void
args System
state State
return void

Read() public method

public Read ( System element ) : void
element System
return void

SetFileName() public method

public SetFileName ( string filename ) : void
filename string
return void

ToXML() public method

public ToXML ( System writer ) : void
writer System
return void