#[repr(C)]pub struct BoundsInt {
pub m_position: Vector3Int,
pub m_size: Vector3Int,
}Expand description
Fields§
§m_position: Vector3Int§m_size: Vector3IntImplementations§
Source§impl BoundsInt
impl BoundsInt
Sourcepub fn get_position(&mut self) -> Vector3Int
pub fn get_position(&mut self) -> Vector3Int
get_position() overload
Sourcepub fn get_size(&mut self) -> Vector3Int
pub fn get_size(&mut self) -> Vector3Int
get_size() overload
Sourcepub fn to_string(&mut self) -> Il2CppString
pub fn to_string(&mut self) -> Il2CppString
ToString() overload
Sourcepub fn equals(&mut self, other: impl Into<Object>) -> bool
pub fn equals(&mut self, other: impl Into<Object>) -> bool
Equals(crate::system::object::Object) overload
Sourcepub fn equals_2(&mut self, other: impl Into<BoundsInt>) -> bool
pub fn equals_2(&mut self, other: impl Into<BoundsInt>) -> bool
Equals(crate::unity_engine::boundsint::BoundsInt) overload
Sourcepub fn get_hash_code(&mut self) -> i32
pub fn get_hash_code(&mut self) -> i32
GetHashCode() overload
Source§impl BoundsInt
impl BoundsInt
pub fn get_position_method_info() -> &'static MethodInfo
pub fn get_size_method_info() -> &'static MethodInfo
pub fn to_string_method_info() -> &'static MethodInfo
pub fn equals_method_info() -> &'static MethodInfo
pub fn equals_2_method_info() -> &'static MethodInfo
pub fn get_hash_code_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for BoundsInt
impl ClassIdentity for BoundsInt
impl Copy for BoundsInt
Auto Trait Implementations§
impl Freeze for BoundsInt
impl RefUnwindSafe for BoundsInt
impl Send for BoundsInt
impl Sync for BoundsInt
impl Unpin for BoundsInt
impl UnwindSafe for BoundsInt
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)