Skip to main content

IPreloadDataMethods

Trait IPreloadDataMethods 

Source
pub trait IPreloadDataMethods: IPreloadData {
    // Provided method
    fn preload_data_dont_strip_me(self) { ... }
}

Provided Methods§

Source

fn preload_data_dont_strip_me(self)

PreloadDataDontStripMe() 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§

Source§

impl<__T: IPreloadData> IPreloadDataMethods for __T

Available on crate feature unity_engine-preloaddata only.