#[repr(C)]pub struct ShadowDrawingSettings {
pub m_culling_results: CullingResults,
pub m_light_index: i32,
pub m_use_rendering_layer_mask_test: i32,
pub m_split_data: ShadowSplitData,
}Expand description
Fields§
§m_culling_results: CullingResults§m_light_index: i32§m_use_rendering_layer_mask_test: i32§m_split_data: ShadowSplitDataImplementations§
Source§impl ShadowDrawingSettings
impl ShadowDrawingSettings
Sourcepub fn get_split_data(&mut self) -> ShadowSplitData
pub fn get_split_data(&mut self) -> ShadowSplitData
get_splitData() overload
Sourcepub fn set_split_data(&mut self, value: impl Into<ShadowSplitData>)
pub fn set_split_data(&mut self, value: impl Into<ShadowSplitData>)
set_splitData(crate::unity_engine::rendering::shadowsplitdata::ShadowSplitData) overload
Sourcepub fn ctor(
&mut self,
culling_results: impl Into<CullingResults>,
light_index: impl Into<i32>,
)
pub fn ctor( &mut self, culling_results: impl Into<CullingResults>, light_index: impl Into<i32>, )
.ctor(crate::unity_engine::rendering::cullingresults::CullingResults, i32) overload
Sourcepub fn equals(&mut self, other: impl Into<ShadowDrawingSettings>) -> bool
pub fn equals(&mut self, other: impl Into<ShadowDrawingSettings>) -> bool
Equals(crate::unity_engine::rendering::shadowdrawingsettings::ShadowDrawingSettings) overload
Sourcepub fn equals_2(&mut self, obj: impl Into<Object>) -> bool
pub fn equals_2(&mut self, obj: impl Into<Object>) -> bool
Equals(crate::system::object::Object) overload
Sourcepub fn get_hash_code(&mut self) -> i32
pub fn get_hash_code(&mut self) -> i32
GetHashCode() overload
Source§impl ShadowDrawingSettings
impl ShadowDrawingSettings
pub fn get_split_data_method_info() -> &'static MethodInfo
pub fn set_split_data_method_info() -> &'static MethodInfo
pub fn ctor_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 Clone for ShadowDrawingSettings
impl Clone for ShadowDrawingSettings
Source§fn clone(&self) -> ShadowDrawingSettings
fn clone(&self) -> ShadowDrawingSettings
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 ShadowDrawingSettings
Auto Trait Implementations§
impl Freeze for ShadowDrawingSettings
impl RefUnwindSafe for ShadowDrawingSettings
impl Send for ShadowDrawingSettings
impl Sync for ShadowDrawingSettings
impl Unpin for ShadowDrawingSettings
impl UnwindSafe for ShadowDrawingSettings
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)