AtlasConstants
Namespace: Shadop.Archmage.Sdk
Constants used by the Atlas system.
public static class AtlasConstantsInheritance Object → AtlasConstants
Fields
Section titled “Fields”VariantMappingDefaultKey
Section titled “VariantMappingDefaultKey”Key for the default file in a MappingVariant group.
public static string VariantMappingDefaultKey;MappingUnique
Section titled “MappingUnique”Indicates a one-to-one mapping between a key and a file.
public static string MappingUnique;MappingVariant
Section titled “MappingVariant”Indicates that a key maps to multiple file variants, only one of which is loaded.
public static string MappingVariant;MappingMany
Section titled “MappingMany”Indicates that a key maps to multiple files loaded separately and merged into one.
public static string MappingMany;