Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


minAtlasSize

Specifies the minimum size (width/height) of the atlas texture, in pixels. This value must be a power of two, and must be greater than 0 and less than or equal to DynamicAtlasSettings.maxAtlasSize.
Read time 1 minuteLast updated 12 days ago

Definition

public int minAtlasSize { get; set; }