MigrationTool.RemoveObjectForMigration(Object) 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.
Removes object from the list of objects to migrated
public:
void RemoveObjectForMigration(UnityEngine::Object ^ selectedObject);
public void RemoveObjectForMigration (UnityEngine.Object selectedObject);
member this.RemoveObjectForMigration : UnityEngine.Object -> unit
Public Sub RemoveObjectForMigration (selectedObject As Object)
Parameters
- selectedObject
- UnityEngine.Object
Object to be removed