MigrationTool.TryAddProjectForMigration(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds all prefabs and scene assets found on the assets folder to the list of objects to be migrated
public:
void TryAddProjectForMigration(Type ^ migrationType);
public void TryAddProjectForMigration (Type migrationType);
member this.TryAddProjectForMigration : Type -> unit
Public Sub TryAddProjectForMigration (migrationType As Type)
Parameters
- migrationType
- Type