pub trait IWaterTileV2Methods: IWaterTileV2 {
// Provided methods
fn start(self) { ... }
fn on_will_render_object(self) { ... }
fn acquire_components(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn on_will_render_object(self)
fn on_will_render_object(self)
OnWillRenderObject() overload
Sourcefn acquire_components(self)
fn acquire_components(self)
AcquireComponents() 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: IWaterTileV2> IWaterTileV2Methods for __T
Available on crate feature
app-water-watertilev2 only.