public interface SettingsSerializable
| Modifier and Type | Method and Description |
|---|---|
void |
serializeIn(SettingsNode settings)
Call this to read in this object's settings.
|
void |
serializeOut(SettingsNode settings)
Call this to saves the current settings.
|
void serializeOut(SettingsNode settings)
settings - where you save the settings.void serializeIn(SettingsNode settings)
settings - where you read your settings.Copyright © 2013. All rights reserved