Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Jan 10, 2024
1 parent 759b2c7 commit 76a2070
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ldtk/Json.hx
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,8 @@ typedef LayerDefJson = {
@added("1.5.0")
var autoTilesKilledByOtherLayerUid: Null<Int>;

/** Asynchronous rendering option for large/complex layers **/
@only("Tile layers, Auto-layers")
@internal
@added("1.5.0")
var useAsyncRender: Bool;
Expand Down

0 comments on commit 76a2070

Please sign in to comment.