#[repr(C)]pub struct RendererListDesc {}Expand description
Implementations§
Source§impl RendererListDesc
impl RendererListDesc
Sourcepub fn get_culling_result(&mut self) -> CullingResults
pub fn get_culling_result(&mut self) -> CullingResults
get_cullingResult() overload
Sourcepub fn set_culling_result(&mut self, value: impl Into<CullingResults>)
pub fn set_culling_result(&mut self, value: impl Into<CullingResults>)
set_cullingResult(crate::unity_engine::rendering::cullingresults::CullingResults) overload
Sourcepub fn get_camera(&mut self) -> Camera
pub fn get_camera(&mut self) -> Camera
get_camera() overload
Sourcepub fn set_camera(&mut self, value: impl Into<Camera>)
pub fn set_camera(&mut self, value: impl Into<Camera>)
set_camera(crate::unity_engine::camera::Camera) overload
Sourcepub fn get_pass_name(&mut self) -> ShaderTagId
pub fn get_pass_name(&mut self) -> ShaderTagId
get_passName() overload
Sourcepub fn set_pass_name(&mut self, value: impl Into<ShaderTagId>)
pub fn set_pass_name(&mut self, value: impl Into<ShaderTagId>)
set_passName(crate::unity_engine::rendering::shadertagid::ShaderTagId) overload
Sourcepub fn get_pass_names(&mut self) -> Array<ShaderTagId>
pub fn get_pass_names(&mut self) -> Array<ShaderTagId>
get_passNames() overload
Sourcepub fn set_pass_names(&mut self, value: impl Into<Array<ShaderTagId>>)
pub fn set_pass_names(&mut self, value: impl Into<Array<ShaderTagId>>)
set_passNames(::unity::Array<crate::unity_engine::rendering::shadertagid::ShaderTagId>) overload
Sourcepub fn ctor(
&mut self,
pass_name: impl Into<ShaderTagId>,
culling_result: impl Into<CullingResults>,
camera: impl Into<Camera>,
)
pub fn ctor( &mut self, pass_name: impl Into<ShaderTagId>, culling_result: impl Into<CullingResults>, camera: impl Into<Camera>, )
.ctor(crate::unity_engine::rendering::shadertagid::ShaderTagId, crate::unity_engine::rendering::cullingresults::CullingResults, crate::unity_engine::camera::Camera) overload
Sourcepub fn ctor_2(
&mut self,
pass_names: impl Into<Array<ShaderTagId>>,
culling_result: impl Into<CullingResults>,
camera: impl Into<Camera>,
)
pub fn ctor_2( &mut self, pass_names: impl Into<Array<ShaderTagId>>, culling_result: impl Into<CullingResults>, camera: impl Into<Camera>, )
.ctor(::unity::Array<crate::unity_engine::rendering::shadertagid::ShaderTagId>, crate::unity_engine::rendering::cullingresults::CullingResults, crate::unity_engine::camera::Camera) overload
Source§impl RendererListDesc
impl RendererListDesc
pub fn get_culling_result_method_info() -> &'static MethodInfo
pub fn set_culling_result_method_info() -> &'static MethodInfo
pub fn get_camera_method_info() -> &'static MethodInfo
pub fn set_camera_method_info() -> &'static MethodInfo
pub fn get_pass_name_method_info() -> &'static MethodInfo
pub fn set_pass_name_method_info() -> &'static MethodInfo
pub fn get_pass_names_method_info() -> &'static MethodInfo
pub fn set_pass_names_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn ctor_2_method_info() -> &'static MethodInfo
pub fn is_valid_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for RendererListDesc
impl ClassIdentity for RendererListDesc
Source§impl Clone for RendererListDesc
impl Clone for RendererListDesc
Source§fn clone(&self) -> RendererListDesc
fn clone(&self) -> RendererListDesc
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreimpl Copy for RendererListDesc
Auto Trait Implementations§
impl Freeze for RendererListDesc
impl RefUnwindSafe for RendererListDesc
impl Send for RendererListDesc
impl Sync for RendererListDesc
impl Unpin for RendererListDesc
impl UnwindSafe for RendererListDesc
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
§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)
clone_to_uninit)