ObjectManipulatorMigrationHandler Class
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.
Interface defining a migration handler, which is used to migrate assets as they upgrade to new versions of MRTK.
public ref class ObjectManipulatorMigrationHandler : Microsoft::MixedReality::Toolkit::Utilities::IMigrationHandler
public class ObjectManipulatorMigrationHandler : Microsoft.MixedReality.Toolkit.Utilities.IMigrationHandler
type ObjectManipulatorMigrationHandler = class
interface IMigrationHandler
Public Class ObjectManipulatorMigrationHandler
Implements IMigrationHandler
- Inheritance
-
ObjectManipulatorMigrationHandler
- Implements
Constructors
ObjectManipulatorMigrationHandler() |
Methods
CanMigrate(GameObject) |
Returns true if this migration handler can apply a migration to gameObject |
Migrate(GameObject) |
Applies migration to gameObject |