#[repr(C)]pub struct SortingLayer {
pub m_id: i32,
}Expand description
Fields§
§m_id: i32Implementations§
Source§impl SortingLayer
impl SortingLayer
Sourcepub fn get_layers() -> Array<SortingLayer>
pub fn get_layers() -> Array<SortingLayer>
get_layers() overload
Sourcepub fn get_sorting_layer_i_ds_internal() -> Array<i32>
pub fn get_sorting_layer_i_ds_internal() -> Array<i32>
GetSortingLayerIDsInternal() overload
Sourcepub fn get_layer_value_from_id(id: impl Into<i32>) -> i32
pub fn get_layer_value_from_id(id: impl Into<i32>) -> i32
GetLayerValueFromID(i32) overload
Sourcepub fn id_to_name(id: impl Into<i32>) -> Il2CppString
pub fn id_to_name(id: impl Into<i32>) -> Il2CppString
IDToName(i32) overload
Source§impl SortingLayer
impl SortingLayer
Source§impl SortingLayer
impl SortingLayer
pub fn get_id_method_info() -> &'static MethodInfo
pub fn get_value_method_info() -> &'static MethodInfo
pub fn get_layers_method_info() -> &'static MethodInfo
pub fn get_sorting_layer_i_ds_internal_method_info() -> &'static MethodInfo
pub fn get_layer_value_from_id_method_info() -> &'static MethodInfo
pub fn id_to_name_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for SortingLayer
impl ClassIdentity for SortingLayer
Source§impl Clone for SortingLayer
impl Clone for SortingLayer
Source§fn clone(&self) -> SortingLayer
fn clone(&self) -> SortingLayer
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 SortingLayer
Auto Trait Implementations§
impl Freeze for SortingLayer
impl RefUnwindSafe for SortingLayer
impl Send for SortingLayer
impl Sync for SortingLayer
impl Unpin for SortingLayer
impl UnwindSafe for SortingLayer
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)