Class ObjectManipulatorMigrationHandler
Interface defining a migration handler, which is used to migrate assets as they
upgrade to new versions of MRTK.
Inheritance
ObjectManipulatorMigrationHandler
Assembly: cs.temp.dll.dll
public class ObjectManipulatorMigrationHandler : IMigrationHandler
Methods
Declaration
public bool CanMigrate(GameObject gameObject)
Parameters
Type |
Name |
Description |
GameObject |
gameObject |
|
Returns
Declaration
public void Migrate(GameObject gameObject)
Parameters
Type |
Name |
Description |
GameObject |
gameObject |
|
Implements