Esempio n. 1
0
 public static string RawProperty(this ITiledElement tiledElement, string propertyName)
 => tiledElement.Properties[propertyName].RawValue;
Esempio n. 2
0
 public static T Property <T>(this ITiledElement tiledElement, string propertyName)
 => tiledElement.Properties.GetOrDefault <T>(propertyName);