Struct texture_packer::TexturePackerConfig
[−]
[src]
pub struct TexturePackerConfig {
pub max_width: u32,
pub max_height: u32,
pub allow_rotation: bool,
pub border_padding: u32,
pub texture_padding: u32,
pub trim: bool,
pub texture_outlines: bool,
}Fields
max_width | |
max_height | |
allow_rotation | |
border_padding | |
texture_padding | |
trim | |
texture_outlines |