Skip to content

Commit

Permalink
Added MapDrawableBatch.RenderingScale docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Apr 6, 2024
1 parent f7e5246 commit b455e11
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ public bool UpdateEveryFrame
get { return true; }
}

/// <summary>
/// Mulitplier value used to scale the rendering of the map.
/// A value of 1 (default) means the map is rendered at its original size.
/// A value of 2 would render the map at twice its size.
/// </summary>
public float RenderingScale
{
get;
Expand Down

0 comments on commit b455e11

Please sign in to comment.