engage/generated/unity_engine/profiling/memory/
experimental.rs1#[cfg(any(feature = "unity_engine-profiling-memory-experimental-memoryprofiler-types"))]
4pub mod memoryprofiler;
5#[cfg(feature = "unity_engine-profiling-memory-experimental-memoryprofiler-types")]
6pub use memoryprofiler::{IMemoryProfiler, MemoryProfiler};
7#[cfg(any(feature = "unity_engine-profiling-memory-experimental-metadata-types"))]
8pub mod metadata;
9#[cfg(feature = "unity_engine-profiling-memory-experimental-metadata")]
10pub use metadata::IMetaDataMethods;
11#[cfg(feature = "unity_engine-profiling-memory-experimental-metadata-types")]
12pub use metadata::{IMetaData, MetaData};