Class Resources
- Namespace
- AlphaFramework.World.Properties
- Assembly
- AlphaFramework.World.dll
A strongly-typed resource class, for looking up localized strings, etc.
public class Resources
- Inheritance
-
Resources
- Inherited Members
- Extension Methods
Properties
CalculatingShadows
Looks up a localized string similar to Calculating shadows.
public static string CalculatingShadows { get; }
Property Value
CalculationNotComplete
Looks up a localized string similar to The calculation has not been completed yet..
public static string CalculationNotComplete { get; }
Property Value
CoordinatesNotInRange
Looks up a localized string similar to The coordinates are not within terrain range..
public static string CoordinatesNotInRange { get; }
Property Value
Culture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
public static CultureInfo Culture { get; set; }
Property Value
HeightMapSizeEqualTerrain
Looks up a localized string similar to The height-map size must be equal to the terrain size..
public static string HeightMapSizeEqualTerrain { get; }
Property Value
InvalidMapSize
Looks up a localized string similar to The size of this texture map is incorrect..
public static string InvalidMapSize { get; }
Property Value
NotLoaded
Looks up a localized string similar to '{0}' has not been loaded yet..
public static string NotLoaded { get; }
Property Value
OcclusionIntervalMapSizeEqualTerrain
Looks up a localized string similar to The occlusion interval map size must be equal to the terrain size..
public static string OcclusionIntervalMapSizeEqualTerrain { get; }
Property Value
ResourceManager
Returns the cached ResourceManager instance used by this class.
public static ResourceManager ResourceManager { get; }
Property Value
TerrainDataNotLoaded
Looks up a localized string similar to The terrain data was not loaded correctly. The file is probably damaged..
public static string TerrainDataNotLoaded { get; }
Property Value
TerrainSizeMultipleOfThree
Looks up a localized string similar to The terrain size must be a multiple of three..
public static string TerrainSizeMultipleOfThree { get; }
Property Value
TerrainTextureColorNotFound
Looks up a localized string similar to A color in the texture-map has no according terrain class..
public static string TerrainTextureColorNotFound { get; }
Property Value
TextureMapSizeThirdOfTerrain
Looks up a localized string similar to The texture-map size must be 1/3 of the terrain size..
public static string TextureMapSizeThirdOfTerrain { get; }