pub trait IWaterTileV2: IMonoBehaviour {
// Provided methods
fn reflection(self) -> PlanarReflectionV2 { ... }
fn set_reflection(self, value: PlanarReflectionV2) { ... }
}Provided Methods§
fn reflection(self) -> PlanarReflectionV2
fn set_reflection(self, value: PlanarReflectionV2)
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.