Skip to main content

IWaterTileV2

Trait IWaterTileV2 

Source
pub trait IWaterTileV2: IMonoBehaviour {
    // Provided methods
    fn reflection(self) -> PlanarReflectionV2 { ... }
    fn set_reflection(self, value: PlanarReflectionV2) { ... }
}

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§