Skip to main content

engage/generated/unity_engine/profiling/memory/
experimental.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[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};