#[repr(C)]pub struct LoadSceneParameters {
pub m_load_scene_mode: LoadSceneMode,
pub m_local_physics_mode: LocalPhysicsMode,
}Expand description
Fields§
§m_load_scene_mode: LoadSceneMode§m_local_physics_mode: LocalPhysicsModeImplementations§
Source§impl LoadSceneParameters
impl LoadSceneParameters
Sourcepub fn set_load_scene_mode(&mut self, value: impl Into<LoadSceneMode>)
pub fn set_load_scene_mode(&mut self, value: impl Into<LoadSceneMode>)
set_loadSceneMode(crate::unity_engine::scene_management::loadscenemode::LoadSceneMode) overload
Source§impl LoadSceneParameters
impl LoadSceneParameters
pub fn set_load_scene_mode_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for LoadSceneParameters
impl ClassIdentity for LoadSceneParameters
Source§impl Clone for LoadSceneParameters
impl Clone for LoadSceneParameters
Source§fn clone(&self) -> LoadSceneParameters
fn clone(&self) -> LoadSceneParameters
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LoadSceneParameters
Auto Trait Implementations§
impl Freeze for LoadSceneParameters
impl RefUnwindSafe for LoadSceneParameters
impl Send for LoadSceneParameters
impl Sync for LoadSceneParameters
impl Unpin for LoadSceneParameters
impl UnwindSafe for LoadSceneParameters
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)