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

Trait Implementations

impl Default for TexturePackerConfig

fn default() -> TexturePackerConfig

Derived Implementations

impl Clone for TexturePackerConfig

fn clone(&self) -> TexturePackerConfig

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for TexturePackerConfig