Skip to content

AtlasConstants

Namespace: Shadop.Archmage.Sdk

Constants used by the Atlas system.

public static class AtlasConstants

Inheritance ObjectAtlasConstants

Key for the default file in a MappingVariant group.

public static string VariantMappingDefaultKey;

Indicates a one-to-one mapping between a key and a file.

public static string MappingUnique;

Indicates that a key maps to multiple file variants, only one of which is loaded.

public static string MappingVariant;

Indicates that a key maps to multiple files loaded separately and merged into one.

public static string MappingMany;