pub struct Batch { /* private fields */ }Implementations§
Source§impl Batch
impl Batch
pub fn flags(&self) -> u8
pub fn set_flags(&mut self, value: u8)
pub fn priority_plane(&self) -> i8
pub fn set_priority_plane(&mut self, value: i8)
pub fn shader_id(&self) -> u16
pub fn set_shader_id(&mut self, value: u16)
pub fn skin_section_index(&self) -> u16
pub fn set_skin_section_index(&mut self, value: u16)
pub fn geoset_index(&self) -> u16
pub fn set_geoset_index(&mut self, value: u16)
pub fn color_index(&self) -> i16
pub fn set_color_index(&mut self, value: i16)
pub fn material_index(&self) -> u16
pub fn set_material_index(&mut self, value: u16)
pub fn material_layer(&self) -> u16
pub fn set_material_layer(&mut self, value: u16)
pub fn texture_count(&self) -> u16
pub fn set_texture_count(&mut self, value: u16)
pub fn texture_combo_index(&self) -> u16
pub fn set_texture_combo_index(&mut self, value: u16)
pub fn texture_coord_combo_index(&self) -> u16
pub fn set_texture_coord_combo_index(&mut self, value: u16)
pub fn texture_weight_combo_index(&self) -> u16
pub fn set_texture_weight_combo_index(&mut self, value: u16)
pub fn texture_transform_combo_index(&self) -> u16
pub fn set_texture_transform_combo_index(&mut self, value: u16)
Trait Implementations§
impl Send for Batch
Auto Trait Implementations§
impl !Sync for Batch
impl Freeze for Batch
impl RefUnwindSafe for Batch
impl Unpin for Batch
impl UnsafeUnpin for Batch
impl UnwindSafe for Batch
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