Skip to content

AtlasItem

Namespace: Shadop.Archmage.Sdk

Configuration item within an Atlas.

public class AtlasItem

Inheritance ObjectAtlasItem

The deserialized configuration object. Initialize to target type instance before loading.

public object Cfg { get; set; }

Object

The mapping strategy: “unique”, “variant”, or “many”.

public string Mapping { get; set; }

String

The item’s key in atlas.json.

public string Key { get; set; }

String

The variant used by a variant-mapped item, defaulting to “/”. Empty for other mappings.

public string Variant { get; set; }

String

Whether this item has been successfully loaded.

public bool Ready { get; set; }

Boolean

public AtlasItem()