C# Class SaveLoadHandler, COMA

Inheritance: MonoBehaviour
Show file Open project: GDACollab/COMA Class Usage Examples

Public Properties

Property Type Description
SaveSlotNumber int
pixel Font
slHandler SaveLoadHandler,

Public Methods

Method Description
Load ( int num ) : void
Save ( int num ) : void

Private Methods

Method Description
LoadLevel ( ) : void
OnGUI ( ) : void
SetSlotNum ( int num ) : void
Start ( ) : void
clearAllData ( ) : void

Method Details

Load() public static method

public static Load ( int num ) : void
num int
return void

Save() public static method

public static Save ( int num ) : void
num int
return void

Property Details

SaveSlotNumber public static property

public static int SaveSlotNumber
return int

pixel public property

public Font pixel
return Font

slHandler public static property

public static SaveLoadHandler, slHandler
return SaveLoadHandler,