Struct ExAddSurface
pub struct ExAddSurface<'ex> { /* private fields */ }Expand description
Default-param extender for ImporterMesh::add_surface_ex.
Implementations§
§impl<'ex> ExAddSurface<'ex>
impl<'ex> ExAddSurface<'ex>
pub fn blend_shapes( self, blend_shapes: &'ex Array<AnyArray>, ) -> ExAddSurface<'ex>
pub fn lods(self, lods: &'ex VarDictionary) -> ExAddSurface<'ex>
pub fn material( self, material: impl AsArg<Option<Gd<Material>>> + 'ex, ) -> ExAddSurface<'ex>
pub fn name(self, name: impl AsArg<GString> + 'ex) -> ExAddSurface<'ex>
pub fn flags(self, flags: u64) -> ExAddSurface<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> !Freeze for ExAddSurface<'ex>
impl<'ex> !RefUnwindSafe for ExAddSurface<'ex>
impl<'ex> !Send for ExAddSurface<'ex>
impl<'ex> !Sync for ExAddSurface<'ex>
impl<'ex> Unpin for ExAddSurface<'ex>
impl<'ex> !UnwindSafe for ExAddSurface<'ex>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more