diff --git a/src/ldtk/Json.hx b/src/ldtk/Json.hx index 7eb898a..746f1d1 100644 --- a/src/ldtk/Json.hx +++ b/src/ldtk/Json.hx @@ -909,6 +909,8 @@ typedef LayerDefJson = { @added("1.5.0") var autoTilesKilledByOtherLayerUid: Null; + /** Asynchronous rendering option for large/complex layers **/ + @only("Tile layers, Auto-layers") @internal @added("1.5.0") var useAsyncRender: Bool;