Skip to main content

IHubMiniMapCaptureParam

Trait IHubMiniMapCaptureParam 

Source
pub trait IHubMiniMapCaptureParam: IScriptableObject {
    // Provided methods
    fn m_capture_param_list(
        self,
    ) -> List_1<HubMiniMapCaptureParam_CaptureParam1> { ... }
    fn set_m_capture_param_list(
        self,
        value: List_1<HubMiniMapCaptureParam_CaptureParam1>,
    ) { ... }
}

Provided Methods§

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§