add LdtkFieldInstance and LdtkEntityMap classes; update LdtkSceneBuilder to support entity mapping
This commit is contained in:
@@ -9,4 +9,7 @@ public class LdtkEntityInstance
|
||||
|
||||
[JsonPropertyName("px")]
|
||||
public int[] Px { get; set; }
|
||||
|
||||
[JsonPropertyName("fieldInstances")]
|
||||
public LdtkFieldInstance[] FieldInstances { get; set; }
|
||||
}
|
Reference in New Issue
Block a user