Skip to main content

engage/generated/moon_sharp/interpreter/
diagnostics.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(any(feature = "moon_sharp-interpreter-diagnostics-namespacedoc_7-types"))]
4pub mod namespacedoc_7;
5#[cfg(feature = "moon_sharp-interpreter-diagnostics-namespacedoc_7-types")]
6pub use namespacedoc_7::{INamespaceDoc_7, NamespaceDoc_7};
7#[cfg(any(
8    feature = "moon_sharp-interpreter-diagnostics-performance_counters-dummyperformancestopwatch-types",
9    feature = "moon_sharp-interpreter-diagnostics-performance_counters-globalperformancestopwatch-types",
10    feature = "moon_sharp-interpreter-diagnostics-performance_counters-iperformancestopwatch_interface-types",
11    feature = "moon_sharp-interpreter-diagnostics-performance_counters-performancestopwatch-types"
12))]
13pub mod performance_counters;
14#[cfg(any(feature = "moon_sharp-interpreter-diagnostics-performancecounter-types"))]
15pub mod performancecounter;
16#[cfg(feature = "moon_sharp-interpreter-diagnostics-performancecounter-types")]
17pub use performancecounter::PerformanceCounter;
18#[cfg(any(feature = "moon_sharp-interpreter-diagnostics-performancecountertype-types"))]
19pub mod performancecountertype;
20#[cfg(feature = "moon_sharp-interpreter-diagnostics-performancecountertype-types")]
21pub use performancecountertype::PerformanceCounterType;
22#[cfg(any(feature = "moon_sharp-interpreter-diagnostics-performanceresult-types"))]
23pub mod performanceresult;
24#[cfg(feature = "moon_sharp-interpreter-diagnostics-performanceresult")]
25pub use performanceresult::IPerformanceResultMethods;
26#[cfg(feature = "moon_sharp-interpreter-diagnostics-performanceresult-types")]
27pub use performanceresult::{IPerformanceResult, PerformanceResult};
28#[cfg(any(feature = "moon_sharp-interpreter-diagnostics-performancestatistics-types"))]
29pub mod performancestatistics;
30#[cfg(feature = "moon_sharp-interpreter-diagnostics-performancestatistics")]
31pub use performancestatistics::IPerformanceStatisticsMethods;
32#[cfg(feature = "moon_sharp-interpreter-diagnostics-performancestatistics-types")]
33pub use performancestatistics::{IPerformanceStatistics, PerformanceStatistics};