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