TileProperties.CustomProperties Property
Definition¶
Namespace: Brine2D.Tilemap
Custom properties from Tiled (e.g., "damage", "slippery", etc.).
public System.Collections.Generic.Dictionary<string,string> CustomProperties { get; set; }
Property Value¶
System.Collections.Generic.Dictionary<System.String,System.String>