[][src]Struct oxygengine_build_tools::pipeline::AtlasPhase

pub struct AtlasPhase { /* fields omitted */ }

Implementations

impl AtlasPhase[src]

pub fn paths<P: AsRef<Path>>(self, paths: &[P]) -> Self[src]

pub fn path<P: AsRef<Path>>(self, path: P) -> Self[src]

pub fn output_image<P: AsRef<Path>>(self, output_image: P) -> Self[src]

pub fn output_atlas<P: AsRef<Path>>(self, output_atlas: P) -> Self[src]

pub fn max_width(self, max_width: usize) -> Self[src]

pub fn max_height(self, max_height: usize) -> Self[src]

pub fn padding(self, padding: usize) -> Self[src]

pub fn pretty(self, pretty: bool) -> Self[src]

pub fn full_names(self, full_names: bool) -> Self[src]

Trait Implementations

impl Clone for AtlasPhase[src]

impl Debug for AtlasPhase[src]

impl Default for AtlasPhase[src]

impl<'de> Deserialize<'de> for AtlasPhase[src]

impl Serialize for AtlasPhase[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> SetParameter for T

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err