Table of Contents

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

string

CalculationNotComplete

Looks up a localized string similar to The calculation has not been completed yet..

public static string CalculationNotComplete { get; }

Property Value

string

CoordinatesNotInRange

Looks up a localized string similar to The coordinates are not within terrain range..

public static string CoordinatesNotInRange { get; }

Property Value

string

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

CultureInfo

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

string

InvalidMapSize

Looks up a localized string similar to The size of this texture map is incorrect..

public static string InvalidMapSize { get; }

Property Value

string

NotLoaded

Looks up a localized string similar to '{0}' has not been loaded yet..

public static string NotLoaded { get; }

Property Value

string

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

string

ResourceManager

Returns the cached ResourceManager instance used by this class.

public static ResourceManager ResourceManager { get; }

Property Value

ResourceManager

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

string

TerrainSizeMultipleOfThree

Looks up a localized string similar to The terrain size must be a multiple of three..

public static string TerrainSizeMultipleOfThree { get; }

Property Value

string

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

string

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; }

Property Value

string