|
override void | Run () |
|
void | PerformExport () |
|
void | OnBeforeResourceExport () |
|
override void | Configure () |
|
SCR_MapExporterConfig | GetConfig (ResourceName configPath) |
|
bool | AddAssetToMigrate (ExporterAssetType type, ResourceName resource, ResourceName resSource=string.Empty) |
|
void | HandleSpecificEntityDependencies (notnull BaseContainer entitySource) |
|
void | HandleSpecificEntityData (notnull BaseContainer entitySource) |
|
void | PurgeCurveData (IEntitySource curve) |
|
bool | IsEntityClassBlacklisted (IEntitySource entSource) |
|
string | GetAlternateClassName (string currentName) |
|
bool | IsComponentClassBlacklisted (string className) |
|
bool | IsAnyComponentIncompatible (notnull IEntitySource entSource) |
|
bool | DoesEntityNeedReplacing (IEntitySource entSource) |
|
bool | DoesPrefabNeedReplacingFast (BaseContainer prefab) |
|
bool | DoesPrefabNeedReplacing (BaseContainer prefab) |
|
void | RegisterXob (BaseContainer meshObjectComp) |
|
void | RegisterPrefabXob (IEntitySource entSource) |
|
void | DiscoverMeshObjectMaterialOverrides (BaseContainer meshContainer, ResourceName resourceName) |
|
void | GetMaterialsFromXobs () |
|
void | GetTexturesFromMaterials () |
|
void | RegisterMaterial (ResourceName resName) |
|
void | RunPrefabDiscovery (IEntitySource prefab) |
|
void | ProcessEntityRecur (IEntitySource entSource, IEntitySource parent, bool parentToBeDeleted) |
|
IEntitySource | CloneEntityFull (IEntitySource entSource, IEntitySource parent) |
|
bool | IsFromPrefabLibrary (ResourceName prefab) |
|
IEntitySource | DeepPrefabEntityCloneRecur (IEntitySource prefab, IEntitySource parent, ResourceName ancestor) |
|
void | RegisterNewPrefab (ResourceName resNameOriginal, ResourceName resNameNew) |
|
bool | IsPartOfPrefab (IEntitySource entSource) |
|
void | CopyComponentProperties (BaseContainer sourceComponent, BaseContainer targetComponent, BaseContainer targetEntity, array< ref ContainerIdPathEntry > path) |
|
void | CopyComponents (IEntitySource source, IEntitySource target) |
|
void | CopyComponent (string componentName, IEntitySource source, IEntitySource target) |
|
void | CopyComponentPropertiesSpecial (string componentName, BaseContainer sourceComponent, BaseContainer targetComponent, BaseContainer targetEntity, array< ref ContainerIdPathEntry > path) |
|
void | ExportFiles (set< ResourceName > resourceNames) |
|
void | ExportFile (string filePath) |
|
void | ExportMapData () |
|
void | ExportSharedData () |
|
IEntitySource | CloneSingleEntity (string className, IEntitySource oldEntSrc, IEntitySource parent, int layerID=0) |
|
void | CopyEntityProperties (IEntitySource oldEntSrc, IEntitySource newEntSrc) |
|
void | CopyContainerProperties (IEntitySource oldEntSrc, IEntitySource newEntSrc) |
|
void | CopyEntityPropertiesSpecial (IEntitySource oldEntSrc, IEntitySource newEntSrc) |
|
void | FixWeatherConfig (string varName, IEntitySource oldEntSrc, IEntitySource newEntSrc) |
|
void | ProcessDiscoveredPrefabs () |
|
void | PerformResourceExport (WBProgressDialog dialog) |
|
void | ClearExportSourceData () |
|
void | DeleteFilePlus (string path) |
|
bool | IsExportTargetFolderEmpty () |
|
void | Run () |
|
void | RunCommandline () |
|
void | Configure () |
|
void | OnResourceContextMenu (notnull array< ResourceName > resources) |
|
proto external ref Managed | Clone () |
| Return shallow copy of object, or null if it is not allowed (not public constructor)
|
|