engage/generated/unity_engine/resource_management/
resource_locations.rs1#[cfg(any(feature = "unity_engine-resource_management-resource_locations-ilocationsizedata-types"))]
4pub mod ilocationsizedata;
5#[cfg(feature = "unity_engine-resource_management-resource_locations-ilocationsizedata")]
6pub use ilocationsizedata::IILocationSizeDataMethods;
7#[cfg(feature = "unity_engine-resource_management-resource_locations-ilocationsizedata-types")]
8pub use ilocationsizedata::{IILocationSizeData, ILocationSizeData};
9#[cfg(any(feature = "unity_engine-resource_management-resource_locations-iresourcelocation-types"))]
10pub mod iresourcelocation;
11#[cfg(feature = "unity_engine-resource_management-resource_locations-iresourcelocation")]
12pub use iresourcelocation::IIResourceLocationMethods;
13#[cfg(feature = "unity_engine-resource_management-resource_locations-iresourcelocation-types")]
14pub use iresourcelocation::{IIResourceLocation, IResourceLocation};
15#[cfg(any(feature = "unity_engine-resource_management-resource_locations-resourcelocationbase-types"))]
16pub mod resourcelocationbase;
17#[cfg(feature = "unity_engine-resource_management-resource_locations-resourcelocationbase")]
18pub use resourcelocationbase::IResourceLocationBaseMethods;
19#[cfg(feature = "unity_engine-resource_management-resource_locations-resourcelocationbase-types")]
20pub use resourcelocationbase::{IResourceLocationBase, ResourceLocationBase};