|
| static bool | SetBool (String name, bool value) |
| |
| static bool | GetBool (String name) |
| |
| static bool | GetBool (String name, bool defaultValue) |
| |
| static long | GetLong (string key, long defaultValue) |
| |
| static long | GetLong (string key) |
| |
| static void | SetLong (string key, long value) |
| |
| static bool | SetVector2 (String key, Vector2 vector) |
| |
| static Vector2 | GetVector2 (String key, Vector2 defaultValue) |
| |
| static bool | SetVector3 (String key, Vector3 vector) |
| |
| static Vector3 | GetVector3 (String key) |
| |
| static Vector3 | GetVector3 (String key, Vector3 defaultValue) |
| |
| static bool | SetQuaternion (String key, Quaternion vector) |
| |
| static Quaternion | GetQuaternion (String key) |
| |
| static Quaternion | GetQuaternion (String key, Quaternion defaultValue) |
| |
| static bool | SetColor (String key, Color color) |
| |
| static Color | GetColor (String key) |
| |
| static Color | GetColor (String key, Color defaultValue) |
| |
| static bool | SetBoolArray (String key, bool[] boolArray) |
| |
| static bool [] | GetBoolArray (String key) |
| |
| static bool [] | GetBoolArray (String key, bool defaultValue, int defaultSize) |
| |
| static bool | SetStringArray (String key, String[] stringArray) |
| |
| static String [] | GetStringArray (String key) |
| |
| static String [] | GetStringArray (String key, String defaultValue, int defaultSize) |
| |
| static bool | SetIntArray (String key, int[] intArray) |
| |
| static bool | SetFloatArray (String key, float[] floatArray) |
| |
| static bool | SetVector2Array (String key, Vector2[] vector2Array) |
| |
| static bool | SetVector3Array (String key, Vector3[] vector3Array) |
| |
| static bool | SetQuaternionArray (String key, Quaternion[] quaternionArray) |
| |
| static bool | SetColorArray (String key, Color[] colorArray) |
| |
| static int [] | GetIntArray (String key) |
| |
| static int [] | GetIntArray (String key, int defaultValue, int defaultSize) |
| |
| static float [] | GetFloatArray (String key) |
| |
| static float [] | GetFloatArray (String key, float defaultValue, int defaultSize) |
| |
| static Vector2 [] | GetVector2Array (String key) |
| |
| static Vector2 [] | GetVector2Array (String key, Vector2 defaultValue, int defaultSize) |
| |
| static Vector3 [] | GetVector3Array (String key) |
| |
| static Vector3 [] | GetVector3Array (String key, Vector3 defaultValue, int defaultSize) |
| |
| static Quaternion [] | GetQuaternionArray (String key) |
| |
| static Quaternion [] | GetQuaternionArray (String key, Quaternion defaultValue, int defaultSize) |
| |
| static Color [] | GetColorArray (String key) |
| |
| static Color [] | GetColorArray (String key, Color defaultValue, int defaultSize) |
| |
| static void | ShowArrayType (String key) |
| |