AtlasItem
Namespace: Shadop.Archmage.Sdk
Configuration item within an Atlas.
public class AtlasItemInheritance Object → AtlasItem
Properties
Section titled “Properties”The deserialized configuration object. Initialize to target type instance before loading.
public object Cfg { get; set; }Property Value
Section titled “Property Value”Mapping
Section titled “Mapping”The mapping strategy: “unique”, “variant”, or “many”.
public string Mapping { get; set; }Property Value
Section titled “Property Value”The item’s key in atlas.json.
public string Key { get; set; }Property Value
Section titled “Property Value”Variant
Section titled “Variant”The variant used by a variant-mapped item, defaulting to “/”. Empty for other mappings.
public string Variant { get; set; }Property Value
Section titled “Property Value”Whether this item has been successfully loaded.
public bool Ready { get; set; }Property Value
Section titled “Property Value”Constructors
Section titled “Constructors”AtlasItem()
Section titled “AtlasItem()”public AtlasItem()