Diff of /trunk/References/EnvironmentSettings.cs
Parent Directory
|
Revision Log
|
Patch
| revision 106, Sun Jan 4 10:21:25 2009 UTC | revision 115, Fri Feb 6 10:40:26 2009 UTC | |
|---|---|---|
| # | Line 10 | Line 10 |
| 10 | ||
| 11 | namespace Xenki.References | namespace Xenki.References |
| 12 | { | { |
| 13 | /// <summary> | |
| 14 | /// this class used for store the const variables. | |
| 15 | /// | |
| 16 | /// </summary> | |
| 17 | public class EnvironmentSettings | public class EnvironmentSettings |
| 18 | { | { |
| 19 | /// <summary> | |
| 20 | /// temporary cached folder of downloaded texture images. | |
| 21 | /// </summary> | |
| 22 | public static string TextureTempFolder | public static string TextureTempFolder |
| 23 | { | { |
| 24 | get | get |
| # | Line 22 | Line 29 |
| 29 | return t; | return t; |
| 30 | } | } |
| 31 | } | } |
| 32 | /// <summary> | |
| 33 | /// texture cached folder of downloaded texture. | |
| 34 | /// </summary> | |
| 35 | public static string TextureCacheFolder | public static string TextureCacheFolder |
| 36 | { | { |
| 37 | get | get |
| # | Line 45 | Line 55 |
| 55 | ||
| 56 | } | } |
| 57 | } | } |
| 58 | //show certain distance around the avatar. | |
| 59 | public static int EnvirementCircleLength = 300; | public static int EnvirementCircleLength = 300; |
| 60 | //disappear local IM on the screen after a certain time. | |
| 61 | public static int MessageDisapearTimespan = 5;//seconds | public static int MessageDisapearTimespan = 5;//seconds |
| 62 | //texture download thread numbers | |
| 63 | public const int DownloadTextureThreadNumber = 10; | public const int DownloadTextureThreadNumber = 10; |
| 64 | //texture image format. | |
| 65 | public static string TextureImageExtension = ".tga"; | public static string TextureImageExtension = ".tga"; |
| 66 | } | } |
| 67 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

