engage/generated/app/
water.rs1#[cfg(any(feature = "app-water-displacev2-types"))]
4pub mod displacev2;
5#[cfg(feature = "app-water-displacev2")]
6pub use displacev2::IDisplaceV2Methods;
7#[cfg(feature = "app-water-displacev2-types")]
8pub use displacev2::{DisplaceV2, IDisplaceV2};
9#[cfg(any(feature = "app-water-gerstnerdisplacev2-types"))]
10pub mod gerstnerdisplacev2;
11#[cfg(feature = "app-water-gerstnerdisplacev2")]
12pub use gerstnerdisplacev2::IGerstnerDisplaceV2Methods;
13#[cfg(feature = "app-water-gerstnerdisplacev2-types")]
14pub use gerstnerdisplacev2::{GerstnerDisplaceV2, IGerstnerDisplaceV2};
15#[cfg(any(feature = "app-water-meshcontainer-types"))]
16pub mod meshcontainer;
17#[cfg(feature = "app-water-meshcontainer")]
18pub use meshcontainer::IMeshContainerMethods;
19#[cfg(feature = "app-water-meshcontainer-types")]
20pub use meshcontainer::{IMeshContainer, MeshContainer};
21#[cfg(any(feature = "app-water-planarreflectionv2-types"))]
22pub mod planarreflectionv2;
23#[cfg(feature = "app-water-planarreflectionv2")]
24pub use planarreflectionv2::IPlanarReflectionV2Methods;
25#[cfg(feature = "app-water-planarreflectionv2-types")]
26pub use planarreflectionv2::{IPlanarReflectionV2, PlanarReflectionV2};
27#[cfg(any(feature = "app-water-reflectioncamera-types"))]
28pub mod reflectioncamera;
29#[cfg(feature = "app-water-reflectioncamera")]
30pub use reflectioncamera::IReflectionCameraMethods;
31#[cfg(feature = "app-water-reflectioncamera-types")]
32pub use reflectioncamera::{IReflectionCamera, ReflectionCamera};
33#[cfg(any(feature = "app-water-reflectionmanager-types"))]
34pub mod reflectionmanager;
35#[cfg(feature = "app-water-reflectionmanager")]
36pub use reflectionmanager::IReflectionManagerMethods;
37#[cfg(feature = "app-water-reflectionmanager-types")]
38pub use reflectionmanager::{IReflectionManager, ReflectionManager};
39#[cfg(any(feature = "app-water-specularlightingv2-types"))]
40pub mod specularlightingv2;
41#[cfg(feature = "app-water-specularlightingv2")]
42pub use specularlightingv2::ISpecularLightingV2Methods;
43#[cfg(feature = "app-water-specularlightingv2-types")]
44pub use specularlightingv2::{ISpecularLightingV2, SpecularLightingV2};
45#[cfg(any(feature = "app-water-waterbasev2-types"))]
46pub mod waterbasev2;
47#[cfg(feature = "app-water-waterbasev2")]
48pub use waterbasev2::IWaterBaseV2Methods;
49#[cfg(feature = "app-water-waterbasev2-types")]
50pub use waterbasev2::{IWaterBaseV2, WaterBaseV2};
51#[cfg(any(feature = "app-water-watereditor-types"))]
52pub mod watereditor;
53#[cfg(feature = "app-water-watereditor")]
54pub use watereditor::IWaterEditorMethods;
55#[cfg(feature = "app-water-watereditor-types")]
56pub use watereditor::{IWaterEditor, WaterEditor};
57#[cfg(any(feature = "app-water-watertilev2-types"))]
58pub mod watertilev2;
59#[cfg(feature = "app-water-watertilev2")]
60pub use watertilev2::IWaterTileV2Methods;
61#[cfg(feature = "app-water-watertilev2-types")]
62pub use watertilev2::{IWaterTileV2, WaterTileV2};
63#[cfg(any(feature = "app-water-waterv2-types"))]
64pub mod waterv2;
65#[cfg(feature = "app-water-waterv2")]
66pub use waterv2::IWaterV2Methods;
67#[cfg(feature = "app-water-waterv2-types")]
68pub use waterv2::{IWaterV2, WaterV2, WaterV2_WaterMode};