Skip to main content

add_piece

Function add_piece 

Source
pub(super) fn add_piece(
    pieces: &mut Vec<MansionTemplatePiece>,
    template_name: impl Into<String>,
    position: IVec3,
    rotation: Rotation,
    mirror: Mirror,
)