Struct tego::GroupLayer [−][src]
pub struct GroupLayer {
pub id: usize,
pub name: String,
pub offset: ivec2,
pub opacity: f32,
pub visible: bool,
pub content: Vec<Layer>,
}Expand description
A layer to group multiple sub-layers
Fields
id: usizename: Stringoffset: ivec2opacity: f32visible: boolcontent: Vec<Layer>