Skip to main content

RenderSize

Type Alias RenderSize 

Source
pub type RenderSize = VoxelSize;
Expand description

Size type for 3D rendering

Aliased Type§

pub struct RenderSize { /* private fields */ }

Trait Implementations§

Source§

impl RenderSize for RenderSize

Source§

fn width(&self) -> u32

Width of the render, in voxels or pixels
Source§

fn height(&self) -> u32

Height of the render, in voxels or pixels