[][src]Trait shipyard_scenegraph::TransformMut

pub trait TransformMut {
    fn set_trs_origin(
        &mut self,
        entity: EntityId,
        translation: Option<Vec3>,
        rotation: Option<Quat>,
        scale: Option<Vec3>,
        origin: Option<Vec3>
    ); }

Required methods

fn set_trs_origin(
    &mut self,
    entity: EntityId,
    translation: Option<Vec3>,
    rotation: Option<Quat>,
    scale: Option<Vec3>,
    origin: Option<Vec3>
)

Loading content...

Implementors

impl<'_, '_> TransformMut for TransformStoragesMut<'_, '_>[src]

Loading content...