Skip to main content

engage/generated/unity_engine/
switch.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(any(feature = "unity_engine-switch-applet-types"))]
4pub mod applet;
5#[cfg(feature = "unity_engine-switch-applet-types")]
6pub use applet::{Applet, IApplet};
7#[cfg(any(feature = "unity_engine-switch-fmvtexture-types"))]
8pub mod fmvtexture;
9#[cfg(feature = "unity_engine-switch-fmvtexture")]
10pub use fmvtexture::IFMVTextureMethods;
11#[cfg(feature = "unity_engine-switch-fmvtexture-types")]
12pub use fmvtexture::{FMVTexture, IFMVTexture};
13#[cfg(any(feature = "unity_engine-switch-networkinterfacewrapper-types"))]
14pub mod networkinterfacewrapper;
15#[cfg(feature = "unity_engine-switch-networkinterfacewrapper")]
16pub use networkinterfacewrapper::INetworkInterfaceWrapper_NetworkConnectedHandlerMethods;
17#[cfg(feature = "unity_engine-switch-networkinterfacewrapper-types")]
18pub use networkinterfacewrapper::{
19    INetworkInterfaceWrapper, INetworkInterfaceWrapper_NetworkConnectedHandler, NetworkInterfaceWrapper,
20    NetworkInterfaceWrapper_NetworkConnectedHandler, NetworkInterfaceWrapper_NetworkConnectedResult,
21};
22#[cfg(any(feature = "unity_engine-switch-notification-types"))]
23pub mod notification;
24#[cfg(feature = "unity_engine-switch-notification-types")]
25pub use notification::{INotification, Notification, Notification_FocusHandlingMode, Notification_FocusState, Notification_Message};
26#[cfg(any(feature = "unity_engine-switch-operation-types"))]
27pub mod operation;
28#[cfg(feature = "unity_engine-switch-operation-types")]
29pub use operation::{IOperation, Operation, Operation_OperationMode};
30#[cfg(any(feature = "unity_engine-switch-performance-types"))]
31pub mod performance;
32#[cfg(feature = "unity_engine-switch-performance-types")]
33pub use performance::{
34    IPerformance, IPerformance_Debug, Performance, Performance_CpuBoostMode, Performance_Debug, Performance_Debug_HudMode,
35    Performance_PerformanceMode,
36};
37#[cfg(any(feature = "unity_engine-switch-switchvideoplayer-types"))]
38pub mod switchvideoplayer;
39#[cfg(feature = "unity_engine-switch-switchvideoplayer")]
40pub use switchvideoplayer::ISwitchVideoPlayer_MovieEventDelegateMethods;
41#[cfg(feature = "unity_engine-switch-switchvideoplayer-types")]
42pub use switchvideoplayer::{
43    ISwitchVideoPlayer, ISwitchVideoPlayer_MovieEventDelegate, SwitchVideoPlayer, SwitchVideoPlayer_Event, SwitchVideoPlayer_MovieEventDelegate,
44};
45#[cfg(any(feature = "unity_engine-switch-utility-types"))]
46pub mod utility;
47#[cfg(feature = "unity_engine-switch-utility-types")]
48pub use utility::{IUtility, Utility};
49#[cfg(any(feature = "unity_engine-switch-videoplayer_2-types"))]
50pub mod videoplayer_2;
51#[cfg(feature = "unity_engine-switch-videoplayer_2")]
52pub use videoplayer_2::IVideoPlayer_2Methods;
53#[cfg(feature = "unity_engine-switch-videoplayer_2-types")]
54pub use videoplayer_2::{IVideoPlayer_2, VideoPlayer_2};