pub trait ILightweightRenderPipelineMethods: ILightweightRenderPipeline {
// Provided method
fn ctor(self, asset: impl Into<LightweightRenderPipelineAsset>) { ... }
}Provided Methods§
Sourcefn ctor(self, asset: impl Into<LightweightRenderPipelineAsset>)
fn ctor(self, asset: impl Into<LightweightRenderPipelineAsset>)
.ctor(crate::unity_engine::rendering::lwrp::lightweightrenderpipelineasset::LightweightRenderPipelineAsset) overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: ILightweightRenderPipeline> ILightweightRenderPipelineMethods for __T
Available on crate feature
unity_engine-rendering-lwrp-lightweightrenderpipeline only.