C# Class SaveLoadHandler, COMA

Inheritance: MonoBehaviour
显示文件 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_oe static_oe property

public static int SaveSlotNumber
return int

pixel public_oe property

public Font pixel
return Font

slHandler public_oe static_oe property

public static SaveLoadHandler, slHandler
return SaveLoadHandler,