Skip to main content

engage/generated/unity_engine/
networking.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(any(feature = "unity_engine-networking-certificatehandler-types"))]
4pub mod certificatehandler;
5#[cfg(feature = "unity_engine-networking-certificatehandler")]
6pub use certificatehandler::ICertificateHandlerMethods;
7#[cfg(feature = "unity_engine-networking-certificatehandler-types")]
8pub use certificatehandler::{CertificateHandler, ICertificateHandler};
9#[cfg(any(feature = "unity_engine-networking-downloadhandler-types"))]
10pub mod downloadhandler;
11#[cfg(feature = "unity_engine-networking-downloadhandler")]
12pub use downloadhandler::IDownloadHandlerMethods;
13#[cfg(feature = "unity_engine-networking-downloadhandler-types")]
14pub use downloadhandler::{DownloadHandler, IDownloadHandler};
15#[cfg(any(feature = "unity_engine-networking-downloadhandlerassetbundle-types"))]
16pub mod downloadhandlerassetbundle;
17#[cfg(feature = "unity_engine-networking-downloadhandlerassetbundle")]
18pub use downloadhandlerassetbundle::IDownloadHandlerAssetBundleMethods;
19#[cfg(feature = "unity_engine-networking-downloadhandlerassetbundle-types")]
20pub use downloadhandlerassetbundle::{DownloadHandlerAssetBundle, IDownloadHandlerAssetBundle};
21#[cfg(any(feature = "unity_engine-networking-downloadhandlerbuffer-types"))]
22pub mod downloadhandlerbuffer;
23#[cfg(feature = "unity_engine-networking-downloadhandlerbuffer")]
24pub use downloadhandlerbuffer::IDownloadHandlerBufferMethods;
25#[cfg(feature = "unity_engine-networking-downloadhandlerbuffer-types")]
26pub use downloadhandlerbuffer::{DownloadHandlerBuffer, IDownloadHandlerBuffer};
27#[cfg(any(
28    feature = "unity_engine-networking-player_connection-messageeventargs-types",
29    feature = "unity_engine-networking-player_connection-playerconnection-types",
30    feature = "unity_engine-networking-player_connection-playereditorconnectionevents-types"
31))]
32pub mod player_connection;
33#[cfg(any(feature = "unity_engine-networking-unitywebrequest-types"))]
34pub mod unitywebrequest;
35#[cfg(feature = "unity_engine-networking-unitywebrequest")]
36pub use unitywebrequest::IUnityWebRequestMethods;
37#[cfg(feature = "unity_engine-networking-unitywebrequest-types")]
38pub use unitywebrequest::{
39    IUnityWebRequest, UnityWebRequest, UnityWebRequest_Result, UnityWebRequest_UnityWebRequestError, UnityWebRequest_UnityWebRequestMethod,
40};
41#[cfg(any(feature = "unity_engine-networking-unitywebrequestassetbundle-types"))]
42pub mod unitywebrequestassetbundle;
43#[cfg(feature = "unity_engine-networking-unitywebrequestassetbundle-types")]
44pub use unitywebrequestassetbundle::{IUnityWebRequestAssetBundle, UnityWebRequestAssetBundle};
45#[cfg(any(feature = "unity_engine-networking-unitywebrequestasyncoperation-types"))]
46pub mod unitywebrequestasyncoperation;
47#[cfg(feature = "unity_engine-networking-unitywebrequestasyncoperation")]
48pub use unitywebrequestasyncoperation::IUnityWebRequestAsyncOperationMethods;
49#[cfg(feature = "unity_engine-networking-unitywebrequestasyncoperation-types")]
50pub use unitywebrequestasyncoperation::{IUnityWebRequestAsyncOperation, UnityWebRequestAsyncOperation};
51#[cfg(any(feature = "unity_engine-networking-uploadhandler-types"))]
52pub mod uploadhandler;
53#[cfg(feature = "unity_engine-networking-uploadhandler")]
54pub use uploadhandler::IUploadHandlerMethods;
55#[cfg(feature = "unity_engine-networking-uploadhandler-types")]
56pub use uploadhandler::{IUploadHandler, UploadHandler};
57#[cfg(any(feature = "unity_engine-networking-uploadhandlerraw-types"))]
58pub mod uploadhandlerraw;
59#[cfg(feature = "unity_engine-networking-uploadhandlerraw")]
60pub use uploadhandlerraw::IUploadHandlerRawMethods;
61#[cfg(feature = "unity_engine-networking-uploadhandlerraw-types")]
62pub use uploadhandlerraw::{IUploadHandlerRaw, UploadHandlerRaw};